class RSpec::Core::Reporter

def stop

def stop
  @duration = Time.now - $rspec_start_time
  notify :stop
end