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.
1024 1025 1026 |
# File 'lib/rspec/core/configuration.rb', line 1024 def formatters formatter_loader.formatters.dup end |