class ParallelTests::RSpec::VerboseLogger

def example_started(notification)

def example_started(notification)
  @line.push(notification.example.description)
  output_formatted_line('STARTED', :yellow)
end