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
f64e65b5
Commit
f64e65b5
authored
Feb 07, 2018
by
Tiago Botelho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix spec/lib/gitlab/git_access_spec.rb conflict
parent
ddab32b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
16 deletions
+0
-16
spec/lib/gitlab/git_access_spec.rb
spec/lib/gitlab/git_access_spec.rb
+0
-16
No files found.
spec/lib/gitlab/git_access_spec.rb
View file @
f64e65b5
...
...
@@ -963,20 +963,6 @@ describe Gitlab::GitAccess do
admin:
{
push_protected_branch:
false
,
push_all:
false
,
merge_into_protected_branch:
false
}))
end
end
<<<<<<<
HEAD
context
"when license blocks changes"
do
before
do
create
(
:protected_branch
,
name:
'feature'
,
project:
project
)
allow
(
License
).
to
receive
(
:block_changes?
).
and_return
(
true
)
end
# Only check admin; if an admin can't do it, other roles can't either
matrix
=
permissions_matrix
[
:admin
].
dup
matrix
.
each
{
|
key
,
_
|
matrix
[
key
]
=
false
}
run_permission_checks
(
admin:
matrix
)
end
describe
"push_rule_check"
do
let
(
:start_sha
)
{
'6f6d7e7ed97bb5f0054f2b1df789b39ca89b6ff9'
}
...
...
@@ -1129,8 +1115,6 @@ describe Gitlab::GitAccess do
end
end
end
=======
>>>>>>>
upstream
/
master
end
describe
'build authentication abilities'
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