Method: RSpec::Core::Notifications::ExamplesNotification#failure_notifications
- Defined in:
- lib/rspec/core/notifications.rb
#failure_notifications ⇒ Array<RSpec::Core::Notifications::FailedExampleNotification>
Returns failed examples as notifications
97 98 99 |
# File 'lib/rspec/core/notifications.rb', line 97 def failure_notifications @failed_notifications ||= format_examples(failed_examples) end |