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