# File lib/webrat/selenium/matchers/have_xpath.rb, line 47
      def assert_have_no_xpath(expected)
        hs = HaveXpath.new(expected)
        assert !hs.matches?(response), hs.negative_failure_message
      end