class Minitest::Reporters::DefaultReporter

def start

def start
  super
  puts
  puts("# Running tests with run options %s:" % options[:args])
  puts
end