diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-12-20 13:37:47 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-12-20 13:37:47 +0000 |
commit | aee0a117a889461ce8ced6fcf73207fe017f1d99 (patch) | |
tree | 891d9ef189227a8445d83f35c1b0fc99573f4380 /.projections.json.example | |
parent | 8d46af3258650d305f53b819eabf7ab18d22f59e (diff) | |
download | gitlab-ce-aee0a117a889461ce8ced6fcf73207fe017f1d99.tar.gz |
Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42
Diffstat (limited to '.projections.json.example')
-rw-r--r-- | .projections.json.example | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.projections.json.example b/.projections.json.example index 326e9544392..19ded7eba98 100644 --- a/.projections.json.example +++ b/.projections.json.example @@ -1,4 +1,12 @@ { + "config/initializers/*.rb": { + "alternate": "spec/initializers/{}_spec.rb", + "type": "source" + }, + "spec/initializers/*_spec.rb": { + "alternate": "config/initializers/{}.rb", + "type": "test" + }, "app/*.rb": { "alternate": "spec/{}_spec.rb", "type": "source" |