2009-01-10 21:28:22 +01:00
|
|
|
require 'test_helper'
|
|
|
|
|
2011-06-09 21:35:05 +02:00
|
|
|
class Finance::FinancialTransactionsControllerTest < ActionController::TestCase
|
2009-01-10 21:28:22 +01:00
|
|
|
# Replace this with your real tests.
|
|
|
|
test "the truth" do
|
|
|
|
assert true
|
|
|
|
end
|
|
|
|
end
|