Method: RSpec::Core::Notifications::SummaryNotification#load_time
- Defined in:
- lib/rspec/core/notifications.rb
#load_time ⇒ Float
the number of seconds taken to boot RSpec and load the spec files
300 301 302 |
# File 'lib/rspec/core/notifications.rb', line 300 def load_time @load_time end |