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
914c7c25
Commit
914c7c25
authored
Jul 10, 2019
by
Dmitriy Zaporozhets
Committed by
Lin Jen-Shin
Jul 10, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add routing spec for deploy_tokens controller
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
2d9cd76f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
spec/routing/project_routing_spec.rb
spec/routing/project_routing_spec.rb
+6
-0
No files found.
spec/routing/project_routing_spec.rb
View file @
914c7c25
...
...
@@ -713,4 +713,10 @@ describe 'project routing' do
end
end
end
describe
Projects
::
DeployTokensController
,
'routing'
do
it
'routes to deploy_tokens#revoke'
do
expect
(
put
(
"/gitlab/gitlabhq/-/deploy_tokens/1/revoke"
)).
to
route_to
(
"projects/deploy_tokens#revoke"
,
namespace_id:
'gitlab'
,
project_id:
'gitlabhq'
,
id:
'1'
)
end
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