Method: RSpec::Core::Notifications::SummaryNotification#formatted_duration
- Defined in:
- lib/rspec/core/notifications.rb
permalink #formatted_duration ⇒ String
Returns a formatted version of the time it took to run the suite.
374 375 376 |
# File 'lib/rspec/core/notifications.rb', line 374 def formatted_duration Formatters::Helpers.format_duration(duration) end |