class RSpec::Core::Formatters::JsonFormatter

def message(notification)

def message(notification)
  (@output_hash[:messages] ||= []) << notification.message
end