Commit eb4272e2f57683c4be6a064c8e1675513e4a908a
1 parent
643a6e58
Exists in
master
and in
4 other branches
Remove old specs
Showing
1 changed file
with
0 additions
and
7 deletions
Show diff stats
spec/routing/admin_routing_spec.rb
@@ -75,13 +75,6 @@ describe Admin::ProjectsController, "routing" do | @@ -75,13 +75,6 @@ describe Admin::ProjectsController, "routing" do | ||
75 | end | 75 | end |
76 | end | 76 | end |
77 | 77 | ||
78 | -# DELETE /admin/projects/:project_id/members/:id(.:format) admin/projects/members#destroy {id: /[^\/]+/, project_id: /[^\/]+/} | ||
79 | -describe Admin::MembersController, "routing" do | ||
80 | - it "to #destroy" do | ||
81 | - delete("/admin/projects/test/members/1").should route_to('admin/members#destroy', project_id: 'test', id: '1') | ||
82 | - end | ||
83 | -end | ||
84 | - | ||
85 | # admin_hook_test GET /admin/hooks/:hook_id/test(.:format) admin/hooks#test | 78 | # admin_hook_test GET /admin/hooks/:hook_id/test(.:format) admin/hooks#test |
86 | # admin_hooks GET /admin/hooks(.:format) admin/hooks#index | 79 | # admin_hooks GET /admin/hooks(.:format) admin/hooks#index |
87 | # POST /admin/hooks(.:format) admin/hooks#create | 80 | # POST /admin/hooks(.:format) admin/hooks#create |