diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-01-27 15:09:15 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-01-27 15:09:15 +0000 |
commit | 0cbb4a75699e1ab6a0cb704b551e672e09192377 (patch) | |
tree | 3464aa858cfe0051bf898c919c097905c9f5f8da /spec/routing | |
parent | 507c0e71cd73201beadf9c5e1e0361fc8e9e2665 (diff) | |
download | gitlab-ce-0cbb4a75699e1ab6a0cb704b551e672e09192377.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/routing')
-rw-r--r-- | spec/routing/admin_routing_spec.rb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/spec/routing/admin_routing_spec.rb b/spec/routing/admin_routing_spec.rb index 9374df0c4a2..8c36d7d4668 100644 --- a/spec/routing/admin_routing_spec.rb +++ b/spec/routing/admin_routing_spec.rb @@ -141,13 +141,6 @@ RSpec.describe Admin::DevOpsReportController, "routing" do end end -# admin_cohorts GET /admin/cohorts(.:format) admin/cohorst#index -RSpec.describe Admin::CohortsController, "routing" do - it "to #index" do - expect(get("/admin/cohorts")).to route_to('admin/cohorts#index') - end -end - RSpec.describe Admin::GroupsController, "routing" do let(:name) { 'complex.group-namegit' } |