Hi All,

Hope all is going well.

I've got a few views that create some content using 'content_for' blocks

<% content_for :blah do %>
        .....
<% end %>

Has anyone worked out a way to be able to access the html that's  
generated inside those blocks?

Since they're not part of the view, have_tag('') seems to miss them,  
and at the moment I can't find a way to be able to access the  
generated content?

Any thoughts, ideas appreciated.

Cheers,

Marcus

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

Reply via email to