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
3bfd1ccf
Commit
3bfd1ccf
authored
Jun 17, 2020
by
Rachel Fox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix exist three times typo.
parent
a9c1b0c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
spec/requests/api/runners_spec.rb
spec/requests/api/runners_spec.rb
+3
-3
No files found.
spec/requests/api/runners_spec.rb
View file @
3bfd1ccf
...
...
@@ -284,7 +284,7 @@ describe API::Runners do
end
end
it
'returns 404 if runner does not exist
s
'
do
it
'returns 404 if runner does not exist'
do
get
api
(
'/runners/0'
,
admin
)
expect
(
response
).
to
have_gitlab_http_status
(
:not_found
)
...
...
@@ -437,7 +437,7 @@ describe API::Runners do
end
end
it
'returns 404 if runner does not exist
s
'
do
it
'returns 404 if runner does not exist'
do
update_runner
(
0
,
admin
,
description:
'test'
)
expect
(
response
).
to
have_gitlab_http_status
(
:not_found
)
...
...
@@ -511,7 +511,7 @@ describe API::Runners do
end
end
it
'returns 404 if runner does not exist
s
'
do
it
'returns 404 if runner does not exist'
do
delete
api
(
'/runners/0'
,
admin
)
expect
(
response
).
to
have_gitlab_http_status
(
:not_found
)
...
...
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