foodsoft/test/functional/finance/financial_transactions_cont...

9 lines
190 B
Ruby
Raw Normal View History

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