diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-03-01 12:11:29 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-03-01 12:11:29 +0000 |
commit | 37ecd38c4e5a4df8d58283e8bdbb9d66f0c84494 (patch) | |
tree | 800373074419525dc1aaeacd7dacbb2d6bd7f3a8 /tests.yml | |
parent | c7cb37255796023730d0e31324a533e55e25bc46 (diff) | |
download | gitlab-ce-37ecd38c4e5a4df8d58283e8bdbb9d66f0c84494.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'tests.yml')
-rw-r--r-- | tests.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests.yml b/tests.yml index d24cc44a403..15b1814df3a 100644 --- a/tests.yml +++ b/tests.yml @@ -52,3 +52,7 @@ mapping: # EE/FOSS factory should map to factories spec - source: (ee/)?spec/factories/.+\.rb test: spec/factories_spec.rb + + # Whats New should map to its respective spec + - source: data/whats_new/\w*.yml + test: spec/lib/release_highlights/validator_spec.rb |