Method: RSpec::Core::Notifications::SummaryNotification#failed_examples
- Defined in:
- lib/rspec/core/notifications.rb
permalink #failed_examples ⇒ Array<RSpec::Core::Example>
the failed examples
300 301 302 |
# File 'lib/rspec/core/notifications.rb', line 300 def failed_examples @failed_examples end |