# File lib/rspec/core/configuration.rb, line 588
      def reporter
        @reporter ||= begin
                        add_formatter('progress') if formatters.empty?
                        add_formatter(RSpec::Core::Formatters::DeprecationFormatter, deprecation_stream, output_stream)
                        Reporter.new(*formatters)
                      end
      end