class TurboTests::JsonRowsFormatter

def example_failed(notification)

def example_failed(notification)
  output_row(
    type: :example_failed,
    example: example_to_json(notification.example)
  )
end