class Spec::Runner::Formatter::BaseFormatter

def add_example_group(example_group)

The next method to be invoked after this is #example_failed or #example_finished

+example_group+ is the example_group.
This method is invoked at the beginning of the execution of each example_group.
def add_example_group(example_group)
  @example_group = example_group
end