diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-06-16 18:09:01 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-06-16 18:09:01 +0000 |
commit | 4f5c8572e988e8c0c6871fb59ccfbfd39b9c2a06 (patch) | |
tree | 5a88f2b76e947bce06488dc6c091fbd970ee73ea /spec/routing/routing_spec.rb | |
parent | 10fd79745df7b572fc79fd84b58e818e64bf2571 (diff) | |
download | gitlab-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.rb | 7 |
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 |