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
6f022eef
Commit
6f022eef
authored
Jul 08, 2017
by
Mike Greiling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix conflicts in spec/requests/api/users_spec.rb
parent
dbd40680
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
spec/requests/api/users_spec.rb
spec/requests/api/users_spec.rb
+0
-3
No files found.
spec/requests/api/users_spec.rb
View file @
6f022eef
...
...
@@ -192,7 +192,6 @@ describe API::Users do
expect
(
json_response
.
size
).
to
eq
(
1
)
expect
(
json_response
.
first
[
'username'
]).
to
eq
(
user
.
username
)
end
<<<<<<<
HEAD
end
context
"when authenticated and ldap is enabled"
do
...
...
@@ -205,8 +204,6 @@ describe API::Users do
username
=
user
.
username
expect
(
json_response
.
first
[
"username"
]).
to
eq
username
end
=======
>>>>>>>
master
-
ce
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