class RSpec::Core::Formatters::BaseTextFormatter

def green(text)

def green(text)
  color(text, "\e[32m")
end