method
after_teardown
v4.0.2 -
Show latest stable
- Class:
ActiveSupport::Testing::SetupAndTeardown
after_teardown()public
No documentation available.
# File activesupport/lib/active_support/testing/setup_and_teardown.rb, line 29
def after_teardown
run_callbacks :teardown
super
end