# File lib/rspec/core/reporter.rb, line 68
    def stop
      @duration = Time.now - @start if @start
      notify :stop
    end