class RSpec::Core::Reporter

def stop(notification)

Other tags:
    Private: -
def stop(notification)
  @duration = (RSpec::Core::Time.now - @start).to_f if @start
  notify :stop, notification
end