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