# File lib/webrat/core/matchers/have_tag.rb, line 16
    def assert_have_no_tag(*args, &block)
      assert_have_no_selector(*args, &block)
    end