class RSpec::Core::Notifications::SummaryNotification

def pending_count

Returns:
  • (Fixnum) - the number of pending examples

Other tags:
    Api: -
def pending_count
  @pending_count ||= pending_examples.size
end