Method: RSpec::Core::Formatters::Loader#default_formatter
- Defined in:
- lib/rspec/core/formatters.rb
permalink #default_formatter ⇒ String
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
.
118 119 120 |
# File 'lib/rspec/core/formatters.rb', line 118 def default_formatter @default_formatter end |