I'm trying to test that a view was rendered with a given layout. How can I test which layout was used for the call to render() ? The call that I want to test looks like this: render :some_view, :layout => 'some_layout' Thanks! Lowell