Method: RSpec::Core::Notifications::SummaryNotification#load_time

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

#load_timeFloat

the number of seconds taken to boot RSpec and load the spec files

Returns:

  • (Float)

    the current value of load_time


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

def load_time
  @load_time
end