class Rspec::Core::Formatters::BaseTextFormatter

def red(text)

def red(text)
  color(text, "\e[31m")
end