# File lib/rspec/core/reporter.rb, line 40
    def start(expected_example_count)
      @start = Time.now
      notify :start, expected_example_count
    end