module ActiveJob::Retriable::TestHelper

Public Instance Methods

queue_adapter_for_test() click to toggle source
# File lib/active_job/retriable/test_helper.rb, line 8
def queue_adapter_for_test
  ActiveJob::Retriable::TestAdapter.new
end