module RSpec::Core::Formatters::LegacyFormatter::LegacyInterface

def stop

def stop
  super(Notifications::NullNotification) if defined?(super)
end