Tests for ActionView::Base

I have some patches for simply_helpful that allow:

render :partial => @some_collection, :spacer_template => 'the_template' render :partial => @some_object

I need to test the aliased render and render_partial methods. Where can I find some examples of writing tests for ActionView::Base?

Rich