# File lib/webrat/selenium/matchers/have_selector.rb, line 51
      def assert_have_no_selector(expected)
        hs = HaveSelector.new(expected)
        assert !hs.matches?(response), hs.negative_failure_message
      end