class RSpec::Core::Formatters::BaseTextFormatter

def blue(text)

def blue(text)
  color(text, "\e[34m")
end