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