class Minitest::Reporters::DefaultReporter

def yellow(string)

def yellow(string)
  color? ? ANSI::Code.yellow(string) : string
end