Method: RSpec::Core::Notifications::ExamplesNotification#notifications

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

#notificationsArray<RSpec::Core::Notifications::ExampleNotification>

Returns examples as notifications

Returns:


91
92
93
# File 'lib/rspec/core/notifications.rb', line 91

def notifications
  @notifications ||= format_examples(examples)
end