On Jul 14, 2011, at 6:34 AM, Chandrika Shenoy wrote:
> Hello All,
>
> I am a rspec beginner and I am trying to find a way out to write render
> expectation in controller spec.All methods that I used seem to give me a
> No Method error.
>
> My controller code is as follows
> http://pastie.org/221
Hello All,
I am a rspec beginner and I am trying to find a way out to write render
expectation in controller spec.All methods that I used seem to give me a
No Method error.
My controller code is as follows
http://pastie.org/2211944
and my controller test is as follows
http://pastie.org/2211951