Use @request.session instead of parameters to #get.
Jason
Use @request.session instead of parameters to #get.
Jason
is using @request.session a workaround or is that the new correct syntax?
is get :signout, {}, { :user => users(:jeff).id } deprecated in 1.2.2?
i had read that get :signout, {}, { :user => users(:jeff).id } not working was a bug and will be fixed in 1.2.3, but if i shouldn't be using that syntax anyway because it is deprecated then i will move my tests to the new syntax.
thank you, in advance.
Okay, thank you.