Method: RSpec::Core::Notifications::ExamplesNotification#failed_examples
- Defined in:
- lib/rspec/core/notifications.rb
permalink #failed_examples ⇒ Array<RSpec::Core::Example>
Returns list of failed examples.
80 81 82 |
# File 'lib/rspec/core/notifications.rb', line 80 def failed_examples @reporter.failed_examples end |