method
teardown
v3.0.0 -
Show latest stable
- Class:
ActiveSupport::Testing::SetupAndTeardown::ClassMethods
teardown(*args, &block)public
No documentation available.
# File activesupport/lib/active_support/testing/setup_and_teardown.rb, line 25
def teardown(*args, &block)
set_callback(:teardown, :after, *args, &block)
end