Method: RSpec::Core::Notifications::SummaryNotification#pending_examples

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

#pending_examplesArray<RSpec::Core::Example>

the pending examples

Returns:

[View source]

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

def pending_examples
  @pending_examples
end