# File lib/merb-core/test/matchers/view_matchers.rb, line 282
  def match_tag(name, attrs={})
    MatchTag.new(name, attrs)
  end