class Spec::Matchers::Have

def not_a_collection

def not_a_collection
  "expected #{@collection_name} to be a collection but it does not respond to #length or #size"
end