spec/models/target_spec.rb in ddr-models-2.7.6 vs spec/models/target_spec.rb in ddr-models-2.8.0.rc1
- old
+ new
@@ -4,7 +4,8 @@
it_behaves_like "an object that can have content"
it_behaves_like "it has an association", :has_many, :components, :has_external_target, "Component"
it_behaves_like "it has an association", :belongs_to, :collection, :is_external_target_for, "Collection"
it_behaves_like "a non-collection model"
it_behaves_like "an unpublishable object"
+ it_behaves_like "an object that cannot be streamable"
end