fixing spec for new id_param option
This commit is contained in:
parent
67c93619c1
commit
eafd6cfcde
|
@ -329,8 +329,8 @@ describe CanCan::ControllerResource do
|
||||||
it "should load resource using custom ID param" do
|
it "should load resource using custom ID param" do
|
||||||
project = Project.create!
|
project = Project.create!
|
||||||
@params.merge!(:action => "show", :the_project => project.id)
|
@params.merge!(:action => "show", :the_project => project.id)
|
||||||
resource = CanCan::ControllerResource.new(@controller, :id_param => :the_project)
|
resource = CanCan::ControllerResource.new(@controller, :id_param => :the_project, :load => true)
|
||||||
resource.load_resource
|
resource.process
|
||||||
@controller.instance_variable_get(:@project).should == project
|
@controller.instance_variable_get(:@project).should == project
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user