Skip to content

Commit

Permalink
Merge pull request rails#48 from seuros/master
Browse files Browse the repository at this point in the history
Silence logger
  • Loading branch information
dhh committed May 20, 2014
2 parents 207ca30 + 5adc311 commit 86a71b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@
require "adapters/#{ENV['AJADAPTER'] || 'inline'}"

require 'active_support/testing/autorun'

ActiveJob::Logging.logger.level = Logger::ERROR

0 comments on commit 86a71b1

Please sign in to comment.