instance method
after_teardown
Ruby on Rails 4.0.13
Since v4.0.13 Last seen in v4.0.13Signature
after_teardown()
No documentation comment.
Source
# File activesupport/lib/active_support/testing/setup_and_teardown.rb, line 29
def after_teardown
run_callbacks :teardown
super
end
Defined in activesupport/lib/active_support/testing/setup_and_teardown.rb line 29
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Testing::SetupAndTeardown