summaryrefslogtreecommitdiff
path: root/spec/routing/routing_spec.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-06-16 18:09:01 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-06-16 18:09:01 +0000
commit4f5c8572e988e8c0c6871fb59ccfbfd39b9c2a06 (patch)
tree5a88f2b76e947bce06488dc6c091fbd970ee73ea /spec/routing/routing_spec.rb
parent10fd79745df7b572fc79fd84b58e818e64bf2571 (diff)
downloadgitlab-ce-4f5c8572e988e8c0c6871fb59ccfbfd39b9c2a06.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/routing/routing_spec.rb')
-rw-r--r--spec/routing/routing_spec.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/spec/routing/routing_spec.rb b/spec/routing/routing_spec.rb
index 370a5ec0f99..9c3d17f7d8f 100644
--- a/spec/routing/routing_spec.rb
+++ b/spec/routing/routing_spec.rb
@@ -368,10 +368,3 @@ describe AutocompleteController, 'routing' do
expect(get("/autocomplete/award_emojis")).to route_to('autocomplete#award_emojis')
end
end
-
-# jwks GET /-/jwks(.:format) jwks#index
-describe JwksController, "routing" do
- it "to #index" do
- expect(get('/-/jwks')).to route_to('jwks#index')
- end
-end