class RSpec::Core::Formatters::BaseTextFormatter

def message(notification)

Parameters:
  • notification (MessageNotification) -- containing message

Other tags:
    Api: - public
def message(notification)
  output.puts notification.message
end