# File lib/spec/runner/options.rb, line 211
      def number_of_examples
        total = 0
        @example_groups.each do |example_group|
          total += example_group.number_of_examples
        end
        total
      end