ActiveJob::TestHelper
module ActiveJob::TestHelper
Provides helper methods for testing Active Job
Public Instance Methods
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