assert_redirected_to Exception occurs with RESTful application

Let me start off by stating something really funky is going on with posting messages to this group. This is not the first time I've posted a message only to find it never appears in the group listing. Does anyone else have this problem or does someone have it out for me? :slight_smile:

I am receiving an exception on execution of a functional test. The exception messages reads as: "NoMethodError: undefined method `first' for :users:Symbol"

If you’re mapping the TaskController via map.resources :tasks, you might try assert_redirected_to named_task_route. I know I’ve run across this problem before but I really can’t remember what I did to go around it. [shrugs]

RSL