# File lib/webrat/selenium/matchers/have_content.rb, line 72
      def assert_not_contain(content)
        hc = HasContent.new(content)
        assert !hc.matches?(response), hc.negative_failure_message
      end