# File lib/rspec/core/reporter.rb, line 49
    def example_group_started(group)
      notify :example_group_started, group unless group.descendant_filtered_examples.empty?
    end