class RSpec::Core::Notifications::ExamplesNotification

def failure_notifications

Returns:
  • (Array) -
def failure_notifications
  @failed_notifications ||= format_examples(failed_examples)
end