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:



466
467
468
# File 'lib/rspec/core/notifications.rb', line 466

def slowest_groups
  @slowest_groups ||= calculate_slowest_groups
end