Hey guys. One of my controller actions uses #render_to_string to send back a JSON response.
When I try to spec this, Ruby raises a NoMethodError, saying that #render_to_string doesn't exist in my controller action. Here's the controller action, spec, and output: http://pastie.org/1640962 Any idea what I'm doing wrong? Thanks, Nick
_______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users