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-05 09:44:48 -0700
commit22444c8d045f1c9eba8c467de0fb65e2ca684a8d (patch)
treeace873c3ac20a45d239ea3b060e222206548208d /spec
parentc90fba28408ddc72e17b511b617b00e01f3269ba (diff)
downloadgitlab-ce-22444c8d045f1c9eba8c467de0fb65e2ca684a8d.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,