Method: RSpec::Core::Notifications::ProfileNotification#initialize
- Defined in:
- lib/rspec/core/notifications.rb
#initialize(duration, examples, number_of_examples, example_groups) ⇒ ProfileNotification
Returns a new instance of ProfileNotification.
430 431 432 433 434 435 |
# File 'lib/rspec/core/notifications.rb', line 430 def initialize(duration, examples, number_of_examples, example_groups) @duration = duration @examples = examples @number_of_examples = number_of_examples @example_groups = example_groups end |