From Googling around, it appears that render
will also be called at some point .. but with no template, will cause an error.
The solution seems to be to stub it out as well:
controller.stub!(:render)
From Googling around, it appears that render
will also be called at some point .. but with no template, will cause an error.
The solution seems to be to stub it out as well:
controller.stub!(:render)