module ActiveSupport::LogSubscriber::TestHelper

def teardown # :nodoc:

:nodoc:
def teardown # :nodoc:
  set_logger(nil)
  ActiveSupport::Notifications.notifier = @old_notifier
end