Method: ActiveJob::TestHelper#after_teardown

Defined in:
activejob/lib/active_job/test_helper.rb

#after_teardownObject

:nodoc:



56
57
58
59
60
# File 'activejob/lib/active_job/test_helper.rb', line 56

def after_teardown # :nodoc:
  super

  queue_adapter_changed_jobs.each { |klass| klass.disable_test_adapter }
end