Method: RSpec::Core::Notifications::ExamplesNotification#pending_examples
- Defined in:
- lib/rspec/core/notifications.rb
permalink #pending_examples ⇒ Array<RSpec::Core::Example>
Returns list of pending examples.
85 86 87 |
# File 'lib/rspec/core/notifications.rb', line 85 def pending_examples @reporter.pending_examples end |