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>2022-06-15 09:08:36 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-06-15 09:08:36 +0300
commite75da32ffd5360a31279e28ecd6060e86a6092b3 (patch)
treeba131bc0656682ad81301c919e2f096966749128 /scripts/verify-tff-mapping
parentca520489ffe196b194843851148a3d0a17064957 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'scripts/verify-tff-mapping')
-rwxr-xr-xscripts/verify-tff-mapping4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/verify-tff-mapping b/scripts/verify-tff-mapping
index b3462f74faa..9eb1d43c65b 100755
--- a/scripts/verify-tff-mapping
+++ b/scripts/verify-tff-mapping
@@ -67,13 +67,13 @@ tests = [
{
explanation: 'FOSS factory should map to factories spec',
source: 'spec/factories/users.rb',
- expected: ['spec/factories_spec.rb']
+ expected: ['spec/models/factories_spec.rb']
},
{
explanation: 'EE factory should map to factories spec',
source: 'ee/spec/factories/users.rb',
- expected: ['spec/factories_spec.rb']
+ expected: ['spec/models/factories_spec.rb']
},
{