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>2023-11-28 18:10:14 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-11-28 18:10:14 +0300
commitb6d3467a44aa1e7321aa8ec50cd1cc67f296d64f (patch)
treecb0082cdab3d5b3ca7f2f6f7ae0e53d80339cb1c /tests.yml
parenta115ce8e49ece901e8222e51ec581cb162b721c6 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'tests.yml')
-rw-r--r--tests.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests.yml b/tests.yml
index 5f17ab1bb10..4e895b961fb 100644
--- a/tests.yml
+++ b/tests.yml
@@ -55,6 +55,10 @@ mapping:
- source: '(ee/)?app/views/(.+)\.haml'
test: '%sspec/views/%s.haml_spec.rb'
+ # EE/FOSS controllers should map to request specs
+ - source: '(ee/)?app/controllers/(.+)\.rb'
+ test: '%sspec/requests/%s_spec.rb'
+
# EE/FOSS spec code should map to itself
- source: '(.+)_spec\.rb'
test: '%s_spec.rb'