diff options
author | Fabio Papa <fabtheman@gmail.com> | 2019-07-19 14:30:36 -0700 |
---|---|---|
committer | Fabio Papa <fabtheman@gmail.com> | 2019-07-19 14:30:36 -0700 |
commit | 7754fe01aeef049dfaaf61eb127c682dcc2c6971 (patch) | |
tree | b5225f657abb8fe5d056d502e2b8142ee8ca28ea | |
parent | 8264f4699ba8fbefae1011fd23adc65621735dc8 (diff) | |
parent | e8ace3fab1839578aa7bf8278dd701a17452f986 (diff) | |
download | gitlab-ce-7754fe01aeef049dfaaf61eb127c682dcc2c6971.tar.gz |
Merge branch 'maintainers-can-create-subgroup' of https://gitlab.com/fapapa/gitlab-ce into maintainers-can-create-subgroup
-rw-r--r-- | spec/support/shared_contexts/policies/group_policy_shared_context.rb | 4 |
1 files changed, 2 insertions, 2 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 74389c4d82b..599c912ce00 100644 --- a/spec/support/shared_contexts/policies/group_policy_shared_context.rb +++ b/spec/support/shared_contexts/policies/group_policy_shared_context.rb @@ -20,8 +20,8 @@ RSpec.shared_context 'GroupPolicy context' do 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 create_cluster update_cluster + admin_cluster add_cluster ] end let(:owner_permissions) do |