diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-06-20 11:10:13 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-06-20 11:10:13 +0000 |
commit | 0ea3fcec397b69815975647f5e2aa5fe944a8486 (patch) | |
tree | 7979381b89d26011bcf9bdc989a40fcc2f1ed4ff /tests.yml | |
parent | 72123183a20411a36d607d70b12d57c484394c8e (diff) | |
download | gitlab-ce-0ea3fcec397b69815975647f5e2aa5fe944a8486.tar.gz |
Add latest changes from gitlab-org/gitlab@15-1-stable-eev15.1.0-rc42
Diffstat (limited to 'tests.yml')
-rw-r--r-- | tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests.yml b/tests.yml index 15b1814df3a..5fb0abe20b0 100644 --- a/tests.yml +++ b/tests.yml @@ -51,7 +51,7 @@ mapping: # EE/FOSS factory should map to factories spec - source: (ee/)?spec/factories/.+\.rb - test: spec/factories_spec.rb + test: spec/models/factories_spec.rb # Whats New should map to its respective spec - source: data/whats_new/\w*.yml |