module RSpec::Core::Formatters
def self.register(formatter_class, *notifications)
- See: RSpec::Core::Formatters::BaseFormatter -
Parameters:
-
notifications
(Array
) -- one or more notifications to be -
formatter_class
(Class
) -- formatter class to register
def self.register(formatter_class, *notifications) Loader.formatters[formatter_class] = notifications end