Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
6c4ddc40
Commit
6c4ddc40
authored
Jul 19, 2019
by
Fabio Papa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve some issues in MR
parent
7754fe01
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
spec/services/groups/create_service_spec.rb
spec/services/groups/create_service_spec.rb
+0
-1
spec/support/shared_contexts/policies/group_policy_shared_context.rb
...t/shared_contexts/policies/group_policy_shared_context.rb
+2
-2
No files found.
spec/services/groups/create_service_spec.rb
View file @
6c4ddc40
# coding: utf-8
# frozen_string_literal: true
require
'spec_helper'
...
...
spec/support/shared_contexts/policies/group_policy_shared_context.rb
View file @
6c4ddc40
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment