class Rspec::Core::Formatters::BaseTextFormatter

def grey(text)

def grey(text)
  color(text, "\e[90m")
end