summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-04-30 09:11:58 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-04-30 09:11:58 +0000
commitef9cb5bf1be79746f78f9f36dc7cda2931ea0f2c (patch)
tree8594b7ce46d73647315aed3722840cd2e9b04a3a /scripts
parent2ea3ed2ee787005496935fd07e05ee4e6aefe3d1 (diff)
downloadgitlab-ce-ef9cb5bf1be79746f78f9f36dc7cda2931ea0f2c.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/verify-tff-mapping16
1 files changed, 8 insertions, 8 deletions
diff --git a/scripts/verify-tff-mapping b/scripts/verify-tff-mapping
index 39834ec38bc..1f467cdb0bb 100755
--- a/scripts/verify-tff-mapping
+++ b/scripts/verify-tff-mapping
@@ -35,6 +35,12 @@ tests = [
},
{
+ explanation: 'FOSS lib should map to respective spec',
+ source: 'lib/gitaly/server.rb',
+ expected: ['spec/lib/gitaly/server_spec.rb']
+ },
+
+ {
explanation: 'https://gitlab.com/gitlab-org/gitlab/-/issues/368628',
source: 'lib/gitlab/usage_data_counters/foo.rb',
expected: ['spec/lib/gitlab/usage_data_spec.rb']
@@ -53,15 +59,9 @@ tests = [
},
{
- explanation: 'FOSS lib should map to respective spec',
- source: 'lib/gitaly/server.rb',
- expected: ['spec/lib/gitaly/server_spec.rb']
- },
-
- {
explanation: 'Tooling should map to respective spec',
- source: 'tooling/lib/tooling/helm3_client.rb',
- expected: ['spec/tooling/lib/tooling/helm3_client_spec.rb']
+ source: 'tooling/danger/specs/project_factory_suggestion.rb',
+ expected: ['spec/tooling/danger/specs/project_factory_suggestion_spec.rb']
},
{