Method: RSpec::Core::Notifications::ExamplesNotification#pending_examples

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

#pending_examplesArray<RSpec::Core::Example>

Returns list of pending examples.

Returns:

[View source]

85
86
87
# File 'lib/rspec/core/notifications.rb', line 85

def pending_examples
  @reporter.pending_examples
end