Method: RSpec::Core::Notifications::SummaryNotification#pending_examples
- Defined in:
- lib/rspec/core/notifications.rb
permalink #pending_examples ⇒ Array<RSpec::Core::Example>
the pending examples
300 301 302 |
# File 'lib/rspec/core/notifications.rb', line 300 def pending_examples @pending_examples end |