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

def message(message)

def message(message)
  super Notifications::MessageNotification.new(message) if defined?(super)
end