Method: RSpec::Core::Notifications::ExamplesNotification#failed_examples

Defined in:
lib/rspec/core/notifications.rb

#failed_examplesArray<RSpec::Core::Example>

Returns list of failed examples.

Returns:

[View source]

80
81
82
# File 'lib/rspec/core/notifications.rb', line 80

def failed_examples
  @reporter.failed_examples
end