Method: RSpec::Core::Formatters::Loader#default_formatter

Defined in:
lib/rspec/core/formatters.rb

#default_formatterString

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns the default formatter to setup, defaults to progress.

Returns:

  • (String)

    the default formatter to setup, defaults to progress

[View source]

118
119
120
# File 'lib/rspec/core/formatters.rb', line 118

def default_formatter
  @default_formatter
end