class Shoulda::Matchers::ActionController::RenderWithLayoutMatcher

def recorded_layouts

def recorded_layouts
  if @context
    @context.instance_variable_get('@_layouts')
  else
    {}
  end
end