class RSpec::Core::Reporter

def stop

def stop
  @duration = (RSpec::Core::Time.now - @start).to_f if @start
  notify :stop
end