# File lib/rspec/matchers/have.rb, line 50
      def not_a_collection
        "expected #{@collection_name} to be a collection but it does not respond to #length, #size or #count"
      end