class RSpec::Core::Reporter

def stop

def stop
  @duration = Time.now - @start if @start
  notify :stop
end