class Rspec::Core::Formatters::BaseTextFormatter

def magenta(text)

def magenta(text)
  color(text, "\e[35m")
end