summaryrefslogtreecommitdiff
path: root/spec/routing
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-01-27 15:09:15 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-01-27 15:09:15 +0000
commit0cbb4a75699e1ab6a0cb704b551e672e09192377 (patch)
tree3464aa858cfe0051bf898c919c097905c9f5f8da /spec/routing
parent507c0e71cd73201beadf9c5e1e0361fc8e9e2665 (diff)
downloadgitlab-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.rb7
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' }