ActiveJob::TestHelper

module ActiveJob::TestHelper

Provides helper methods for testing Active Job

Public Instance Methods

after_teardown() Show source
Calls superclass method
# File activejob/lib/active_job/test_helper.rb, line 17
def after_teardown
  super
  ActiveJob::Base.queue_adapter = @old_queue_adapter
end