foodsoft/test/functional/finance/balancing_controller_test.rb
2009-01-10 22:22:16 +01:00

8 lines
175 B
Ruby

require 'test_helper'
class Finance::OrdersControllerTest < ActionController::TestCase
# Replace this with your real tests.
test "the truth" do
assert true
end
end