instance method
after_teardown
Ruby on Rails 4.2.9
Since v4.2.9 Last seen in v4.2.9Signature
after_teardown()
No documentation comment.
Source
# File activejob/lib/active_job/test_helper.rb, line 17
def after_teardown
super
ActiveJob::Base.queue_adapter = @old_queue_adapter
end
Defined in activejob/lib/active_job/test_helper.rb line 17
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveJob::TestHelper