summaryrefslogtreecommitdiff
path: root/spec/support/shared_contexts/policies/group_policy_shared_context.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/shared_contexts/policies/group_policy_shared_context.rb')
-rw-r--r--spec/support/shared_contexts/policies/group_policy_shared_context.rb2
1 files changed, 2 insertions, 0 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 b0d7274269b..b432aa24bb8 100644
--- a/spec/support/shared_contexts/policies/group_policy_shared_context.rb
+++ b/spec/support/shared_contexts/policies/group_policy_shared_context.rb
@@ -38,12 +38,14 @@ RSpec.shared_context 'GroupPolicy context' do
delete_metrics_dashboard_annotation
update_metrics_dashboard_annotation
create_custom_emoji
+ create_package
create_package_settings
]
end
let(:maintainer_permissions) do
%i[
+ destroy_package
create_projects
read_cluster create_cluster update_cluster admin_cluster add_cluster
]