class RSpec::LegacyFormatters::Adaptor
def message(notification)
-
notification
(MessageNotification
) -- containing message
Other tags:
- Api: - public
def message(notification) @formatter.message notification.message end
notification
(MessageNotification
)
-- containing message
def message(notification) @formatter.message notification.message end