# File lib/webrat/selenium/matchers/have_tag.rb, line 50 def have_tag(name, attributes = {}, &block) HaveTag.new([name, attributes], &block) end