Hi
I have a couple of questions
how do you test the response inside a content_for block
I see reference to it in the release notes but dont know where to
find it (tried http://rspec.info/rdoc-rails/ )
I dont seem to be able to stub partials in a different directory eg
<%= render :partial => “foos/show” %>
And I put this in the spec
template.stub_render(:partial => “foos/show”)
the stub gets ignored and the partial still gets rendered
It works fine with partials in the same directory
I’m runing rspec 1.1.3
thanks
linoj