[#345] remove old spec

This commit is contained in:
Alexander Machehin 2014-03-27 13:07:24 +06:00
parent fa53f6f34a
commit d5560587cb
1 changed files with 0 additions and 4 deletions

View File

@ -20,10 +20,6 @@ describe Projects::ProjectsController do
post("/projects").should route_to("projects/projects#create") post("/projects").should route_to("projects/projects#create")
end end
it "routes to #update" do
put("/import/glib2.0-mib").should route_to("projects/projects#update", name_with_owner: 'import/glib2.0-mib')
end
it "routes to #destroy" do it "routes to #destroy" do
delete("/import/glib2.0-mib").should route_to("projects/projects#destroy", name_with_owner: 'import/glib2.0-mib') delete("/import/glib2.0-mib").should route_to("projects/projects#destroy", name_with_owner: 'import/glib2.0-mib')
end end