method
number_of_examples
1.1.4 -
Show latest stable
- Class:
Spec::Runner::Options
number_of_examples()public
No documentation available.
# File lib/spec/runner/options.rb, line 200
def number_of_examples
total = 0
@example_groups.each do |example_group|
total += example_group.number_of_examples
end
total
end