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>2024-01-04 12:12:51 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2024-01-04 12:12:51 +0300
commit8f89276d8498f45459bca67493eccd1bdf055330 (patch)
tree6e5176c92892a84f5d999ec33ba2d0d5482d5eb4 /spec/spec_helper.rb
parentd42495a5f69104d17da0506ac012e25854931129 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r--spec/spec_helper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 226e200fa25..cfbc8128294 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -203,6 +203,7 @@ RSpec.configure do |config|
config.include PendingDirectUploadHelpers, :direct_uploads
config.include LabelsHelper, type: :feature
config.include UnlockPipelinesHelpers, :unlock_pipelines
+ config.include UserWithNamespaceShim
config.include_context 'when rendered has no HTML escapes', type: :view