Trouble with functional tests

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.

It’s a bug and will (is?) fixed in Rail 1.2.3

http://dev.rubyonrails.org/ticket/7372

Jason

Okay, thank you.