Method: RSpec::Core::Notifications::ProfileNotification#slowest_groups
- Defined in:
- lib/rspec/core/notifications.rb
#slowest_groups ⇒ Array<RSpec::Core::Example>
Returns the slowest example groups.
464 465 466 |
# File 'lib/rspec/core/notifications.rb', line 464 def slowest_groups @slowest_groups ||= calculate_slowest_groups end |