class RSpec::Core::Notifications::ExamplesNotification
def failure_notifications
-
(Array(Rspec::Core::Notifications::FailedExampleNotification])
- Array(Rspec::Core::Notifications::FailedExampleNotification]
def failure_notifications @failed_notifications ||= format_examples(failed_examples) end