# File lib/rspec/core/formatters/progress_formatter.rb, line 13
        def example_pending(example)
          super(example)
          output.print yellow('*')
        end