Closed elrayle closed 9 years ago
Is this fixed?
The test is green and not marked pending, so it should be!
I think I was looking at the wrong test.
Can someone explain this behavior to me? If it should exclude objects that extend from ActiveFedora::Base, what else is left?
Should it say "It excludes objects that are not PCDM::Objects?"
@jcoyne I think the validation is "if you add something it should respond to pcdm_object?
/pcdm_collection?
Should it say "It excludes objects that are not PCDM::Objects?"
:+1:
Edit: Well, sorta :+1:. Collections too.
The following should raise NoMethodError, but it raises nothing.
See object_spec.rb around line 246, test it 'should NOT aggregate AF::Base objects in objects aggregation' .