# File lib/merb-core/test/matchers/view_matchers.rb, line 230
    def with_tag(name, attrs={})
      @inner_has_tag = HasTag.new(name, attrs)
    end