instance method
teardown
Ruby on Rails 3.1.12
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 47
def teardown
set_logger(nil)
ActiveSupport::Notifications.notifier = @old_notifier
end
Defined in activesupport/lib/active_support/log_subscriber/test_helper.rb line 47
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::LogSubscriber::TestHelper