# File lib/rspec/core/configuration.rb, line 496 def reporter @reporter ||= begin add_formatter('progress') if formatters.empty? Reporter.new(*formatters) end end