Method: RSpec::Core::Notifications::SummaryNotification#duration
- Defined in:
- lib/rspec/core/notifications.rb
#duration ⇒ Float
the time taken (in seconds) to run the suite
300 301 302 |
# File 'lib/rspec/core/notifications.rb', line 300 def duration @duration end |