class Shoulda::Matchers::ActionController::RenderWithLayoutMatcher

def in_context(context)

ActionController::TemplateAssertions in Rails 3
Used to provide access to layouts recorded by
def in_context(context)
  @context = context
  self
end