Method: RSpec::Core::Notifications::ExamplesNotification#failure_notifications

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

#failure_notificationsArray<RSpec::Core::Notifications::FailedExampleNotification>

Returns failed examples as notifications

Returns:



97
98
99
# File 'lib/rspec/core/notifications.rb', line 97

def failure_notifications
  @failed_notifications ||= format_examples(failed_examples)
end