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