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
0
Merge Requests
0
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
iv
gitlab-ce
Commits
fea934b5
Commit
fea934b5
authored
Jul 20, 2016
by
Lin Jen-Shin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Still give descriptions, feedback:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5347#note_13198953
parent
4a1edae3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
spec/requests/api/builds_spec.rb
spec/requests/api/builds_spec.rb
+3
-1
No files found.
spec/requests/api/builds_spec.rb
View file @
fea934b5
...
...
@@ -187,7 +187,9 @@ describe API::API, api: true do
get
path_for_ref
end
it
{
expect
(
response
).
to
have_http_status
(
401
)
}
it
'gives 401'
do
expect
(
response
).
to
have_http_status
(
401
)
end
end
context
'non-existing build'
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