method
after_teardown
v8.1.1 -
Show latest stable
- Class:
ActiveJob::TestHelper
after_teardown()public
No documentation available.
# 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