global
def pending_count
-
(Fixnum)
- the number of pending examples
Other tags:
- Api: -
def pending_count @pending_count ||= pending_examples.size end
(Fixnum)
- the number of pending examples
def pending_count @pending_count ||= pending_examples.size end