From f7b5f6776ed7ba1284ea495d152f990e73e157b5 Mon Sep 17 00:00:00 2001 From: Kassio Borges <kborges@gitlab.com> Date: Wed, 20 Apr 2022 15:35:50 +0200 Subject: [PATCH] Keep the global app/spec rule as fallback --- .projections.json.example | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.projections.json.example b/.projections.json.example index d80feba862d8f..dc1b42b917a36 100644 --- a/.projections.json.example +++ b/.projections.json.example @@ -84,6 +84,10 @@ "related": "ee/app/workers/ee/{}.rb", "type": "source" }, + "app/*.rb": { + "alternate": "spec/{}_spec.rb", + "type": "source" + }, "spec/*_spec.rb": { "alternate": "app/{}.rb", "type": "test" -- GitLab