# File lib/webrat/core/matchers/have_tag.rb, line 12
    def assert_have_tag(*args, &block)
      assert_have_selector(*args, &block)
    end