# File lib/rspec/core/formatters/base_formatter.rb, line 41
        def add_example_group(example_group)
          RSpec.deprecate("add_example_group", "example_group_started")
          example_group_started(example_group)
        end