1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

No need to specify log level, run at log level as all other Rails components.

This commit is contained in:
Vipul A M 2014-10-20 12:35:50 +05:30
parent 74a527cc63
commit c417311c4a

View file

@ -26,5 +26,4 @@ end
require 'active_support/testing/autorun'
ActiveJob::Base.logger.level = Logger::DEBUG
ActiveSupport::TestCase.test_order = :random