From 09fd08f7e5db4514ce82223ab9a28ed8f823fb17 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Mon, 6 Feb 2023 21:11:21 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- scripts/verify-tff-mapping | 6 ------ 1 file changed, 6 deletions(-) (limited to 'scripts') diff --git a/scripts/verify-tff-mapping b/scripts/verify-tff-mapping index a9470337761..3493e0f4d2b 100755 --- a/scripts/verify-tff-mapping +++ b/scripts/verify-tff-mapping @@ -28,12 +28,6 @@ tests = [ expected: ['ee/spec/finders/ee/projects_finder_spec.rb', 'spec/finders/projects_finder_spec.rb'] }, - { - explanation: 'Some EE extensions have specs placement that do not follow the recommendation: https://docs.gitlab.com/ee/development/ee_features.html#testing-ee-features-based-on-ce-features. `tff` should still find these misplaced specs.', - source: 'ee/app/models/ee/project.rb', - expected: ['ee/spec/models/project_spec.rb', 'spec/models/project_spec.rb'] - }, - { explanation: 'EE lib should map to respective spec.', source: 'ee/lib/world.rb', -- cgit v1.2.3