I have a standard scaffolded blog PostController, and I'm trying to write a simple controller test to test the JSON API. However, instead of a 201 created (in the format.json block), I am getting a 302 redirected, as if the format.html block is being executed. Why, and how should I fix it?I have a standard scaffolded blog PostControlle