class Minitest::Reporters::RubyMateReporter

def start

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