Method: RSpec::Core::Notifications::SummaryNotification#pending_count
- Defined in:
- lib/rspec/core/notifications.rb
permalink #pending_count ⇒ Fixnum
Returns the number of pending examples.
318 319 320 |
# File 'lib/rspec/core/notifications.rb', line 318 def pending_count @pending_count ||= pending_examples.size end |