Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-02-07 00:11:21 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-02-07 00:11:21 +0300
commit09fd08f7e5db4514ce82223ab9a28ed8f823fb17 (patch)
tree764e4805ad6874358f26426c1e66611e0b377a87 /scripts
parent33998a0e768263828f497685ae030f585193317f (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/verify-tff-mapping6
1 files changed, 0 insertions, 6 deletions
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
@@ -29,12 +29,6 @@ tests = [
},
{
- 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',
expected: ['ee/spec/lib/world_spec.rb']