# File lib/rspec/core/formatters/documentation_formatter.rb, line 55
        def pending_output(example, message)
          yellow("#{current_indentation}#{example.description} (PENDING: #{message})")
        end