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