mirror of https://github.com/rails/rails
AS tests are now order_independent!
This commit is contained in:
parent
6e440a0147
commit
cbde413df3
|
@ -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!
|
||||
|
|
Loading…
Reference in New Issue