Method: RSpec::Core::Formatters.register
- Defined in:
- lib/rspec/core/formatters.rb
permalink .register(formatter_class, *notifications) ⇒ void
Register the formatter class
86 87 88 |
# File 'lib/rspec/core/formatters.rb', line 86 def self.register(formatter_class, *notifications) Loader.formatters[formatter_class] = notifications end |