Method: RSpec::Core::Notifications::SummaryNotification#duration

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

#durationFloat

the time taken (in seconds) to run the suite

Returns:

  • (Float)

    the current value of duration



300
301
302
# File 'lib/rspec/core/notifications.rb', line 300

def duration
  @duration
end