Method: RSpec::Core::Configuration#default_formatter
- Defined in:
- lib/rspec/core/configuration.rb
#default_formatter ⇒ void
The formatter that will be used if no formatter has been set. Defaults to 'progress'.
1003 1004 1005 |
# File 'lib/rspec/core/configuration.rb', line 1003 def default_formatter formatter_loader.default_formatter end |