AM, AP, AV, and AMo tests are already order_independent!

This commit is contained in:
Akira Matsuda 2014-08-13 18:26:41 +09:00
parent cbb94a3983
commit bc116a55ca
4 changed files with 0 additions and 20 deletions

@ -51,8 +51,3 @@ def jruby_skip(message = '')
end end
require 'mocha/setup' # FIXME: stop using mocha 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!

@ -497,8 +497,3 @@ def shutdown
# Use N processes (N defaults to 4) # Use N processes (N defaults to 4)
Minitest.parallel_executor = ForkingExecutor.new(PROCESS_COUNT) Minitest.parallel_executor = ForkingExecutor.new(PROCESS_COUNT)
end end
# 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!

@ -340,8 +340,3 @@ def jruby_skip(message = '')
end end
require 'mocha/setup' # FIXME: stop using mocha 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!

@ -13,8 +13,3 @@
require 'active_support/testing/autorun' require 'active_support/testing/autorun'
require 'mocha/setup' # FIXME: stop using mocha 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!