Method: RSpec::Core::Notifications::SummaryNotification#failed_examples

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

#failed_examplesArray<RSpec::Core::Example>

the failed examples

Returns:

[View source]

300
301
302
# File 'lib/rspec/core/notifications.rb', line 300

def failed_examples
  @failed_examples
end