Method: RSpec::Core::Notifications::ProfileNotification#slowest_groups

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

#slowest_groupsArray<RSpec::Core::Example>

Returns the slowest example groups.

Returns:



464
465
466
# File 'lib/rspec/core/notifications.rb', line 464

def slowest_groups
  @slowest_groups ||= calculate_slowest_groups
end