# File lib/rspec/core/formatters/base_text_formatter.rb, line 199 def yellow(text) RSpec.deprecate("RSpec::Core::Formatters::BaseTextFormatter#yellow", "#pending_color", "3.0") color(text, :yellow) end