On Thu, Sep 4, 2008 at 8:42 AM, Matt Wynne <matt at mattwynne.net> wrote: > I want to spec that a controller uses a particular layout > how do I do that? Depends on what else is going on, but this is the simplest situation: controller.expect_render(:layout => 'special_layout') get :some_action