instance method
teardown
Ruby on Rails 3.0.20
Since v3.0.20 Last seen in v4.2.9Signature
teardown()
No documentation comment.
Source
# File activesupport/lib/active_support/log_subscriber/test_helper.rb, line 45
def teardown
set_logger(nil)
ActiveSupport::Notifications.notifier = nil
end
Defined in activesupport/lib/active_support/log_subscriber/test_helper.rb line 45
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::LogSubscriber::TestHelper