method

not_a_collection

rspec latest stable - Class: Spec::Matchers::Have
not_a_collection()
public

No documentation available.

# 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