aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/test/adapters/async.rb
blob: a4fed7c2f7073e87a5147a2666adb400cd94cc84 (plain) (blame)
1
2
3
4
# frozen_string_literal: true

ActiveJob::Base.queue_adapter = :async
ActiveJob::Base.queue_adapter.immediate = true