aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/test/helper.rb
diff options
context:
space:
mode:
authorMehmet Emin İNAÇ <mehmetemininac@gmail.com>2015-05-08 17:10:28 +0300
committerMehmet Emin İNAÇ <mehmetemininac@gmail.com>2015-05-08 17:10:28 +0300
commit73c70e88d3fbb0b374f7fd1be417f2da6b4fc3b2 (patch)
treec99873216d7a6222f05ccdf927fcc2388296079c /activejob/test/helper.rb
parent0834d60d64a159765a2719eedbf1518334f86644 (diff)
downloadrails-73c70e88d3fbb0b374f7fd1be417f2da6b4fc3b2.tar.gz
rails-73c70e88d3fbb0b374f7fd1be417f2da6b4fc3b2.tar.bz2
rails-73c70e88d3fbb0b374f7fd1be417f2da6b4fc3b2.zip
Don't need to explicitly set test_order it's :random default
Diffstat (limited to 'activejob/test/helper.rb')
-rw-r--r--activejob/test/helper.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/activejob/test/helper.rb b/activejob/test/helper.rb
index 72ec2b8904..57907042d9 100644
--- a/activejob/test/helper.rb
+++ b/activejob/test/helper.rb
@@ -14,5 +14,3 @@ else
end
require 'active_support/testing/autorun'
-
-ActiveSupport::TestCase.test_order = :random