Problem with assert_redirected_to on a RESTful route

I'm receiving an exception in my functional test where the message is "NoMethodError: undefined method `first' for :users:Symbol"

My routes.rb has this entry:

map.resources :users