From ef9cb5bf1be79746f78f9f36dc7cda2931ea0f2c Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Sun, 30 Apr 2023 09:11:58 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- scripts/verify-tff-mapping | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'scripts') 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 @@ -34,6 +34,12 @@ tests = [ expected: ['ee/spec/lib/world_spec.rb'] }, + { + 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', @@ -52,16 +58,10 @@ tests = [ expected: ['spec/lib/gitlab/ci/yaml_processor_spec.rb', 'ee/spec/lib/gitlab/ci/yaml_processor_spec.rb'] }, - { - 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'] }, { -- cgit v1.2.1