class Minitest::Reporters::SpecReporter

def start

def start
  super
  puts('Started with run options %s' % options[:args])
  puts
end