class RSpec::Core::Reporter
def start(example_count)
def start(example_count) @example_count = example_count @start = Time.now notify :start, example_count end
def start(example_count) @example_count = example_count @start = Time.now notify :start, example_count end