aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/test
diff options
context:
space:
mode:
authorVipul A M <vipulnsward@gmail.com>2014-10-20 12:35:50 +0530
committerVipul A M <vipulnsward@gmail.com>2014-10-20 12:36:44 +0530
commitc417311c4a2e5b33051986027a92f4aaf91b0e60 (patch)
tree64dc94c0396e52a82d01624ece5f522340627274 /activejob/test
parent74a527cc63ef56f3d0a42cf638299958dc7cb08c (diff)
downloadrails-c417311c4a2e5b33051986027a92f4aaf91b0e60.tar.gz
rails-c417311c4a2e5b33051986027a92f4aaf91b0e60.tar.bz2
rails-c417311c4a2e5b33051986027a92f4aaf91b0e60.zip
No need to specify log level, run at log level as all other Rails components.
Diffstat (limited to 'activejob/test')
-rw-r--r--activejob/test/helper.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activejob/test/helper.rb b/activejob/test/helper.rb
index ce22833b11..ec0c8a8ede 100644
--- a/activejob/test/helper.rb
+++ b/activejob/test/helper.rb
@@ -26,5 +26,4 @@ end
require 'active_support/testing/autorun'
-ActiveJob::Base.logger.level = Logger::DEBUG
ActiveSupport::TestCase.test_order = :random