diff --git a/spec/presenters/hyrax/model_proxy_spec.rb b/spec/presenters/hyrax/model_proxy_spec.rb index 160cff96e8..f02d21fbd7 100644 --- a/spec/presenters/hyrax/model_proxy_spec.rb +++ b/spec/presenters/hyrax/model_proxy_spec.rb @@ -54,7 +54,8 @@ def initialize(solr_document) end end - describe '#valid_child_concerns' do + # NOTE: This attribute is assigned to work classes only in Dassie. + describe '#valid_child_concerns', :active_fedora do it 'delegates to the has_model_ssim model' do expect(Hyrax::ChildTypes.for(parent: solr_document.hydra_model)) .to contain_exactly(*model.valid_child_concerns)