Testing RESTful actions (put/post)

I'm pretty sure that the functional test helpers don't run through the router - that's why you can do 'post :update', rather than 'post "/ some/path/to/update"' like you would in an integration test.

--Matt Jones

Matt, I think you are right. Functional test helpers aren't referring to routing. :frowning:

Any more thoughts on this?