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