AS tests are now order_independent!

This commit is contained in:
Akira Matsuda 2014-08-13 19:44:50 +09:00
parent 6e440a0147
commit cbde413df3
1 changed files with 0 additions and 5 deletions

View File

@ -38,8 +38,3 @@ def jruby_skip(message = '')
end
require 'mocha/setup' # FIXME: stop using mocha
# FIXME: we have tests that depend on run order, we should fix that and
# remove this method call.
require 'active_support/test_case'
ActiveSupport::TestCase.my_tests_are_order_dependent!