summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Papa <fabtheman@gmail.com>2019-06-16 13:22:12 -0700
committerFabio Papa <fabtheman@gmail.com>2019-07-02 12:22:43 -0700
commit4ab48e3374590e5300e86565bc47691c30316125 (patch)
treea0230befcf1d7cbe37017d51b1d3a4f3d6a380ec
parent4834d9359334edd40bf44cbe6f9fc9d10ce7265e (diff)
downloadgitlab-ce-4ab48e3374590e5300e86565bc47691c30316125.tar.gz
Modify API spec to expect a maintainer to be able to create subgroup
-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,