class TurboTests::JsonRowsFormatter

def message(notification)

def message(notification)
  output_row(
    type: :message,
    message: notification.message
  )
end