class RSpec::Core::Formatters::BaseTextFormatter
def message(notification)
-
notification(MessageNotification) -- containing message
Other tags:
- Api: - public
def message(notification) output.puts notification.message end
notification
(MessageNotification)
-- containing message
def message(notification) output.puts notification.message end