On May 8, 2008, at 3:38 PM, David Chelimsky wrote:

I need RSpec to give me the complete text string that's rendered by the controller.

Try this:

Marshal.load(response.body).should == reports

Dang! I dumped response.methods and tried everything that looked likely, but I guess I missed that one. Thanks!

Just to preserve my sanity in the future, is there a place where this is documented?

///ark
_______________________________________________
rspec-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to