class RSpec::Core::Formatters::BaseTextFormatter

def cyan(text)

def cyan(text)
  color(text, "\e[36m")
end