# File lib/rspec/core/formatters/base_text_formatter.rb, line 173 def pending_color(text) color(text, RSpec.configuration.pending_color) end