aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/test/helper.rb
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2014-09-12 14:32:03 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2014-09-12 14:33:09 -0300
commit6c0adddccf434dbdae00d60f96d875cc17f7ab4f (patch)
tree585279a62d654ef7d4f8b87c6555c3c1e36d1ec4 /activejob/test/helper.rb
parenta7dbfcf532650118a7522cb02e696188bb53ef50 (diff)
downloadrails-6c0adddccf434dbdae00d60f96d875cc17f7ab4f.tar.gz
rails-6c0adddccf434dbdae00d60f96d875cc17f7ab4f.tar.bz2
rails-6c0adddccf434dbdae00d60f96d875cc17f7ab4f.zip
Se the test order of activejob tests
Diffstat (limited to 'activejob/test/helper.rb')
-rw-r--r--activejob/test/helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activejob/test/helper.rb b/activejob/test/helper.rb
index 3386cef6f3..ce22833b11 100644
--- a/activejob/test/helper.rb
+++ b/activejob/test/helper.rb
@@ -27,4 +27,4 @@ end
require 'active_support/testing/autorun'
ActiveJob::Base.logger.level = Logger::DEBUG
-
+ActiveSupport::TestCase.test_order = :random