class Shoulda::ActionController::Matchers::RenderWithLayout

def matches?(controller)

def matches?(controller)
  @controller = controller
  rendered_with_layout? && rendered_with_expected_layout?
end