Creating a Project here is unnecessary

This commit is contained in:
Roland Venesz 2013-01-03 13:26:24 +01:00
parent d5123e0eb3
commit d3a8929111

View File

@ -392,7 +392,6 @@ describe CanCan::ControllerResource do
# CVE-2012-5664 # CVE-2012-5664
it "should always convert id param to string" do it "should always convert id param to string" do
project = Project.create!
@params.merge!(:action => "show", :the_project => { :malicious => "I am" }) @params.merge!(:action => "show", :the_project => { :malicious => "I am" })
resource = CanCan::ControllerResource.new(@controller, :id_param => :the_project) resource = CanCan::ControllerResource.new(@controller, :id_param => :the_project)
resource.send(:id_param).class.should == String resource.send(:id_param).class.should == String