method
not_a_collection
not_a_collection()
public
Hide source
# File lib/spec/matchers/have.rb, line 37 def not_a_collection "expected #{@collection_name} to be a collection but it does not respond to #length or #size" end