# File lib/rspec/core/reporter.rb, line 67
    def stop
      @duration = Time.now - $rspec_start_time
      notify :stop
    end