class Shoulda::ActionController::Matchers::RenderWithLayout

def rendered_with_layout?

def rendered_with_layout?
  !layout.blank?
end