class RSpec::Core::Notifications::ProfileNotification

def slowest_groups

Returns:
  • (Array) - the slowest example groups
def slowest_groups
  @slowest_groups ||= calculate_slowest_groups
end