Method: RSpec::Core::Notifications::ProfileNotification#duration

Defined in:
lib/rspec/core/notifications.rb,
lib/rspec/core/notifications.rb

#durationFloat

the time taken (in seconds) to run the suite

Returns:

  • (Float)

    the current value of duration



431
432
433
# File 'lib/rspec/core/notifications.rb', line 431

def duration
  @duration
end