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