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
63fb6537
Commit
63fb6537
authored
Jul 17, 2018
by
Robert Speicher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve spec/helpers/projects_helper_spec.rb
parent
b41b2377
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
spec/helpers/projects_helper_spec.rb
spec/helpers/projects_helper_spec.rb
+0
-3
No files found.
spec/helpers/projects_helper_spec.rb
View file @
63fb6537
...
@@ -288,7 +288,6 @@ describe ProjectsHelper do
...
@@ -288,7 +288,6 @@ describe ProjectsHelper do
expect
(
helper
.
send
(
:default_clone_protocol
)).
to
eq
(
'https'
)
expect
(
helper
.
send
(
:default_clone_protocol
)).
to
eq
(
'https'
)
end
end
end
end
<<<<<<<
HEAD
context
'when gitlab.config.kerberos is enabled and user is logged in'
do
context
'when gitlab.config.kerberos is enabled and user is logged in'
do
it
'returns krb5 as default protocol'
do
it
'returns krb5 as default protocol'
do
...
@@ -298,8 +297,6 @@ describe ProjectsHelper do
...
@@ -298,8 +297,6 @@ describe ProjectsHelper do
expect
(
helper
.
send
(
:default_clone_protocol
)).
to
eq
(
'krb5'
)
expect
(
helper
.
send
(
:default_clone_protocol
)).
to
eq
(
'krb5'
)
end
end
end
end
=======
>>>>>>>
upstream
/
master
end
end
describe
'#last_push_event'
do
describe
'#last_push_event'
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