method
after_teardown
rails latest stable - Class:
ActiveJob::TestHelper
after_teardown()public
No documentation available.
# File activejob/lib/active_job/test_helper.rb, line 53
def after_teardown # :nodoc:
super
queue_adapter_changed_jobs.each { |klass| klass.disable_test_adapter }
end