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>2022-10-10 12:09:04 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-10-10 12:09:04 +0300
commitc1d4ac251994b4463fb0cfcc263af26ded0d8eac (patch)
tree94877c6e5f48787924e94b8d1282a73d20e29063 /spec/support/shared_examples
parent699bb48edac9e8536ab5eb1ecdf6cfb0ce11d379 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/support/shared_examples')
-rw-r--r--spec/support/shared_examples/policies/wiki_policies_shared_examples.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/shared_examples/policies/wiki_policies_shared_examples.rb b/spec/support/shared_examples/policies/wiki_policies_shared_examples.rb
index 991d6289373..b9d4709efd5 100644
--- a/spec/support/shared_examples/policies/wiki_policies_shared_examples.rb
+++ b/spec/support/shared_examples/policies/wiki_policies_shared_examples.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true
RSpec.shared_examples 'model with wiki policies' do
- include ProjectHelpers
+ include UserHelpers
include AdminModeHelper
let(:container) { raise NotImplementedError }