aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorGuo Xiang Tan <tgx_world@hotmail.com>2015-03-06 00:24:22 +0800
committerGuo Xiang Tan <tgx_world@hotmail.com>2015-03-06 00:24:22 +0800
commitdad40bf9eae66413eb4ef6cf432cd80aaacfaeda (patch)
treeaca4c34247fa169e2db3df3262645983bc2c780d /actionpack
parent34d6a17d4d9690c25c686e1701103c0d70743819 (diff)
downloadrails-dad40bf9eae66413eb4ef6cf432cd80aaacfaeda.tar.gz
rails-dad40bf9eae66413eb4ef6cf432cd80aaacfaeda.tar.bz2
rails-dad40bf9eae66413eb4ef6cf432cd80aaacfaeda.zip
Run ActionPack test cases in random order.
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/test/abstract_unit.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/actionpack/test/abstract_unit.rb b/actionpack/test/abstract_unit.rb
index f5dd9d76af..62ff1be5c9 100644
--- a/actionpack/test/abstract_unit.rb
+++ b/actionpack/test/abstract_unit.rb
@@ -483,8 +483,3 @@ if RUBY_ENGINE == "ruby" && PROCESS_COUNT > 0
# Use N processes (N defaults to 4)
Minitest.parallel_executor = ForkingExecutor.new(PROCESS_COUNT)
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.test_order = :sorted