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