aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/test/adapters/async.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activejob/test/adapters/async.rb')
-rw-r--r--activejob/test/adapters/async.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/activejob/test/adapters/async.rb b/activejob/test/adapters/async.rb
index 5fcfb89566..08eb9658cd 100644
--- a/activejob/test/adapters/async.rb
+++ b/activejob/test/adapters/async.rb
@@ -1,4 +1,2 @@
-require 'active_job/async_job'
-
ActiveJob::Base.queue_adapter = :async
-ActiveJob::AsyncJob.perform_immediately!
+ActiveJob::Base.queue_adapter.immediate = true