# File lib/merb-core/test/matchers/view_matchers.rb, line 326
  def have_tag(tag, attributes = {}, &blk)
    HasTag.new(tag, attributes, &blk)
  end