class RSpec::LegacyFormatters::Adaptor

def message(notification)

Parameters:
  • notification (MessageNotification) -- containing message

Other tags:
    Api: - public
def message(notification)
  @formatter.message notification.message
end