# File lib/minitest/capybara/helpers.rb, line 8
      def self.negative_failure_message(description, options={})
        "expected not to find #{description}" + count_message(options)
      end