1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activejob/test/support/integration/adapters/sucker_punch.rb
Matthew Draper d7a058f785 Make AJ integration tests much less verbose
In passing, avoid a blind retry in QC: instead, just fix the problem.
2014-09-27 21:59:10 +09:30

6 lines
131 B
Ruby

module SuckerPunchJobsManager
def setup
ActiveJob::Base.queue_adapter = :sucker_punch
SuckerPunch.logger = nil
end
end