Method: RSpec::Core::Notifications::StartNotification#load_time

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

#load_timeFloat

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



26
27
28
# File 'lib/rspec/core/notifications.rb', line 26

def load_time
  @load_time
end