Flowdock
not_a_collection() public

No documentation

This method has no description. You can help the RSpec community by adding new notes.

Hide source
# File lib/spec/matchers/have.rb, line 44
      def not_a_collection
        "expected #{@collection_name} to be a collection but it does not respond to #length or #size"
      end
Register or log in to add new notes.