Method: RSpec::Core::Configuration#formatters
- Defined in:
- lib/rspec/core/configuration.rb
#formatters ⇒ Array
Returns a duplicate of the formatters currently loaded in
the FormatterLoader for introspection.
Note as this is a duplicate, any mutations will be disregarded.
1031 1032 1033 |
# File 'lib/rspec/core/configuration.rb', line 1031 def formatters formatter_loader.formatters.dup end |