Moved balancing logic into new namespace 'finance'.

This commit is contained in:
Benjamin Meichsner 2009-01-10 22:22:16 +01:00
parent c282cae79c
commit 47398c6a70
27 changed files with 277 additions and 268 deletions

View file

@ -0,0 +1,8 @@
require 'test_helper'
class Finance::OrdersControllerTest < ActionController::TestCase
# Replace this with your real tests.
test "the truth" do
assert true
end
end