class Spec::Runner::Formatter::BaseFormatter
def add_example_group(example_group)
+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