For anyone that is having the same issue. I have figured it out.
You must call render_views within the controller tests you are doing. If you do that, you should then see a response.body with your JSON contained 🙂
For anyone that is having the same issue. I have figured it out.
You must call render_views within the controller tests you are doing. If you do that, you should then see a response.body with your JSON contained 🙂