diff options
author | Fabio Papa <fabtheman@gmail.com> | 2019-06-16 13:22:12 -0700 |
---|---|---|
committer | Fabio Papa <fabtheman@gmail.com> | 2019-07-19 11:55:49 -0700 |
commit | aa6c7811e9a9e7c1f2023ddc623b12b0351a94be (patch) | |
tree | e67995952d7883f6f71c3091e47d2c86a17a8b69 | |
parent | 0ec6e5d851631f8b2175c86104c73158ddc9065d (diff) | |
download | gitlab-ce-aa6c7811e9a9e7c1f2023ddc623b12b0351a94be.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.rb | 4 |
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, |