Hi guys. I'm curious to know why this method of stubbing a render fails:
ActionController::Base.stub!(:render_to_string).and_return 'something'

And why this is [one of] the correct methods:
controller.stub_render :partial => '/some/partial'

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

Reply via email to