# File lib/rspec/core/formatters/base_text_formatter.rb, line 227
        def red(text)
          RSpec.deprecate("RSpec::Core::Formatters::BaseTextFormatter#red", :replacement => "#failure_color")
          color(text, :red)
        end