# File lib/webrat/selenium/matchers/have_xpath.rb, line 33
        def negative_failure_message
          "expected following text to not match xpath #{@expected}:\n#{@document}"
        end