class RSpec::Core::Formatters::BaseTextFormatter

def yellow(text)

def yellow(text)
  RSpec.deprecate("RSpec::Core::Formatters::BaseTextFormatter#yellow", :replacement => "#pending_color")
  color(text, :yellow)
end