Hi all,
I'm trying to write a functional test for an action which does not render a template (calls render :nothing => true). When I run the test it raises a "Missing Template" error. I'm a bit confused by this as I don't think it should be trying to render any template, and the action works without errors when manually tested. Any ideas how to fix this?
Many thanks