class RSpec::Core::Formatters::BaseTextFormatter

def yellow(text)

def yellow(text)
  color(text, "\e[33m")
end