module ActiveJob::TestHelper
def queue_adapter_for_test
Override this method to specify a different adapter. The adapter must
By default, returns an instance of ActiveJob::QueueAdapters::TestAdapter.
Returns a queue adapter instance to use with all Active Job test helpers.
def queue_adapter_for_test end