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
9b809f5d
Commit
9b809f5d
authored
Mar 08, 2018
by
Bob Van Landuyt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve conflicts in spec/policies/project_policy_spec.rb
parent
d9e65df4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
spec/policies/project_policy_spec.rb
spec/policies/project_policy_spec.rb
+3
-3
No files found.
spec/policies/project_policy_spec.rb
View file @
9b809f5d
...
...
@@ -308,7 +308,6 @@ describe ProjectPolicy do
it_behaves_like
'project policies as owner'
it_behaves_like
'project policies as admin'
<<<<<<<
HEAD
context
'EE'
do
let
(
:additional_guest_permissions
)
{
[
:read_issue_link
]
}
let
(
:additional_reporter_permissions
)
{
[
:admin_issue_link
]}
...
...
@@ -359,7 +358,9 @@ describe ProjectPolicy do
is_expected
.
to
be_allowed
(
*
auditor_permissions
)
end
end
=======
end
end
context
'when a public project has merge requests allowing access'
do
include
ProjectForksHelper
let
(
:user
)
{
create
(
:user
)
}
...
...
@@ -394,7 +395,6 @@ describe ProjectPolicy do
merge_request
.
close!
expect_disallowed
(
*
maintainer_abilities
)
>>>>>>>
upstream
/
master
end
end
end
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