# File lib/webrat/selenium/matchers/have_tag.rb, line 58 def assert_have_tag(name, attributes = {}) ht = HaveTag.new([name, attributes]) assert ht.matches?(response), ht.failure_message end