diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-08-27 22:00:41 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-08-27 22:00:41 +0300 |
commit | eb4272e2f57683c4be6a064c8e1675513e4a908a (patch) | |
tree | da4ff006be7dae322918e2fb77b05a134660f993 /spec/routing | |
parent | 643a6e5824cc8ffb6b58288b7822f42d13476c8f (diff) | |
download | gitlab-ce-eb4272e2f57683c4be6a064c8e1675513e4a908a.tar.gz |
Remove old specs
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 bd76148043c..7fe18ff47c3 100644 --- a/spec/routing/admin_routing_spec.rb +++ b/spec/routing/admin_routing_spec.rb @@ -75,13 +75,6 @@ describe Admin::ProjectsController, "routing" do end end -# DELETE /admin/projects/:project_id/members/:id(.:format) admin/projects/members#destroy {id: /[^\/]+/, project_id: /[^\/]+/} -describe Admin::MembersController, "routing" do - it "to #destroy" do - delete("/admin/projects/test/members/1").should route_to('admin/members#destroy', project_id: 'test', id: '1') - end -end - # admin_hook_test GET /admin/hooks/:hook_id/test(.:format) admin/hooks#test # admin_hooks GET /admin/hooks(.:format) admin/hooks#index # POST /admin/hooks(.:format) admin/hooks#create |