Topic: How do you functional test nested resources?
I can't figure out the syntax for getting the id of the parent resource, so all the tests error with "could not find Parent without id"
the controller says
@parent = Parent.find(params[:parent_id])
how do you get the id into the test?