Commit 369944ef6c22509b58a49558dfd48ee0ca6ef98c
1 parent
1e0d9a57
Exists in
master
and in
29 other branches
s/Test::Unit/ActiveSupport/
Showing
15 changed files
with
15 additions
and
15 deletions
Show diff stats
test/test_helper.rb
... | ... | @@ -18,7 +18,7 @@ Thumbnail.attachment_options[:path_prefix] = 'test/tmp/public/thumbnails' |
18 | 18 | FastGettext.add_text_domain 'noosferotest', :type => :chain, :chain => [] |
19 | 19 | FastGettext.default_text_domain = 'noosferotest' |
20 | 20 | |
21 | -class Test::Unit::TestCase | |
21 | +class ActiveSupport::TestCase | |
22 | 22 | # Transactional fixtures accelerate your tests by wrapping each test method |
23 | 23 | # in a transaction that's rolled back on completion. This ensures that the |
24 | 24 | # test database remains unchanged so your fixtures don't have to be reloaded | ... | ... |
test/unit/certifier_test.rb
test/unit/chat_helper_test.rb
test/unit/forum_helper_test.rb
test/unit/input_test.rb
test/unit/load_config_test.rb
test/unit/manage_products_helper_test.rb
test/unit/plugin_manager_test.rb
test/unit/plugin_test.rb
test/unit/profile_search_block_test.rb
test/unit/qualifier_certifier_test.rb
test/unit/qualifier_test.rb
test/unit/scrap_notifier_test.rb
test/unit/short_filename_test.rb