class Minitest::Reporters::DefaultReporter

def red(string)

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