diff options
| author | Mehmet Emin İNAÇ <mehmetemininac@gmail.com> | 2015-05-08 17:10:28 +0300 | 
|---|---|---|
| committer | Mehmet Emin İNAÇ <mehmetemininac@gmail.com> | 2015-05-08 17:10:28 +0300 | 
| commit | 73c70e88d3fbb0b374f7fd1be417f2da6b4fc3b2 (patch) | |
| tree | c99873216d7a6222f05ccdf927fcc2388296079c | |
| parent | 0834d60d64a159765a2719eedbf1518334f86644 (diff) | |
| download | rails-73c70e88d3fbb0b374f7fd1be417f2da6b4fc3b2.tar.gz rails-73c70e88d3fbb0b374f7fd1be417f2da6b4fc3b2.tar.bz2 rails-73c70e88d3fbb0b374f7fd1be417f2da6b4fc3b2.zip | |
Don't need to explicitly set test_order it's :random default
| -rw-r--r-- | activejob/test/helper.rb | 2 | 
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 | 
