instance method
queue_adapter_for_test
Ruby on Rails 8.1.2
Since v5.2.8.1Signature
queue_adapter_for_test()
Returns a queue adapter instance to use with all Active Job test helpers. By default, returns an instance of ActiveJob::QueueAdapters::TestAdapter. Override this method to specify a different adapter. The adapter must implement the same interface as ActiveJob::QueueAdapters::TestAdapter.
Source
# File activejob/lib/active_job/test_helper.rb, line 66
def queue_adapter_for_test
end
Defined in activejob/lib/active_job/test_helper.rb line 66
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveJob::TestHelper