Merge pull request #44246 from SkipKayhil/fix-que-integration

fix que integration in Active Job tests
This commit is contained in:
Rafael Mendonça França 2022-01-24 18:59:36 -05:00 committed by GitHub
commit 23ce9a7f10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,4 @@
require "support/que/inline"
ActiveJob::Base.queue_adapter = :que
Que.mode = :sync
Que.run_synchronously = true