Method: RSpec::Core::Notifications::ExamplesNotification#initialize
- Defined in:
- lib/rspec/core/notifications.rb
permalink #initialize(reporter) ⇒ ExamplesNotification
Returns a new instance of ExamplesNotification.
70 71 72 |
# File 'lib/rspec/core/notifications.rb', line 70 def initialize(reporter) @reporter = reporter end |