class RSpec::Core::Configuration
def formatter_class
def formatter_class @formatter_class ||= begin require 'rspec/core/formatters/progress_formatter' RSpec::Core::Formatters::ProgressFormatter end end
def formatter_class @formatter_class ||= begin require 'rspec/core/formatters/progress_formatter' RSpec::Core::Formatters::ProgressFormatter end end