class Rspec::Core::Formatters::BaseTextFormatter

def white(text)

def white(text)
  color(text, "\e[37m")
end