spec/models/target_spec.rb in ddr-models-2.4.10 vs spec/models/target_spec.rb in ddr-models-2.4.11

- old
+ new

@@ -5,7 +5,8 @@ it_behaves_like "a DDR model" 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" end