Method: RSpec::Core::Notifications::ExamplesNotification#initialize

Defined in:
lib/rspec/core/notifications.rb

#initialize(reporter) ⇒ ExamplesNotification

Returns a new instance of ExamplesNotification.

[View source]

70
71
72
# File 'lib/rspec/core/notifications.rb', line 70

def initialize(reporter)
  @reporter = reporter
end