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