summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorFabio Papa <fabtheman@gmail.com>2019-06-16 13:22:12 -0700
committerFabio Papa <fabtheman@gmail.com>2019-07-19 14:01:35 -0700
commit0c0314803cccaa997289ef27f9170412c6a471f8 (patch)
tree495606332ef14ebb986074277eacb8f47e070d22 /spec
parent5156a30440a66bb1cf91b0d4e89b52043f0a1d66 (diff)
downloadgitlab-ce-0c0314803cccaa997289ef27f9170412c6a471f8.tar.gz
Modify API spec to expect a maintainer to be able to create subgroup
Diffstat (limited to 'spec')
-rw-r--r--spec/support/shared_contexts/policies/group_policy_shared_context.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/support/shared_contexts/policies/group_policy_shared_context.rb b/spec/support/shared_contexts/policies/group_policy_shared_context.rb
index d596317462a..5a55bbac788 100644
--- a/spec/support/shared_contexts/policies/group_policy_shared_context.rb
+++ b/spec/support/shared_contexts/policies/group_policy_shared_context.rb
@@ -19,10 +19,6 @@ RSpec.shared_context 'GroupPolicy context' do
let(:reporter_permissions) { [:admin_label] }
let(:developer_permissions) { [:admin_milestone] }
let(:maintainer_permissions) do
- %i[
- create_projects
- read_cluster create_cluster update_cluster admin_cluster add_cluster
- ]
[
:create_projects,
:read_cluster,