From f90a7f6d866161acaa74e7f782212da5dee45862 Mon Sep 17 00:00:00 2001 From: bwatson78 Date: Tue, 9 Jan 2024 07:29:47 -0600 Subject: [PATCH] Marks ActiveFedora tests in spec/presenters/hyrax/model_proxy_spec.rb. --- spec/presenters/hyrax/model_proxy_spec.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)