Refactored finance/ordergroups|transactions module.

This commit is contained in:
benni 2011-06-09 21:35:05 +02:00
parent fc1d130113
commit ea6348bc5c
38 changed files with 967 additions and 443 deletions

View file

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

View file

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

View file

@ -0,0 +1,4 @@
require 'test_helper'
class Finance::OrdergroupsHelperTest < ActionView::TestCase
end