method
start
start(example_count)
public
This method is invoked before any examples are run, right after they have all been collected. This can be useful for special formatters that need to provide progress on feedback (graphical ones)
This method will only be invoked once, and the next one to be invoked is #example_group_started
Parameters
example_count: | the total number of examples to be run |