From a1e94d107b2b122e0c8a63e82cf4655db470a23a Mon Sep 17 00:00:00 2001 From: bwatson78 Date: Wed, 3 Jan 2024 11:33:52 -0600 Subject: [PATCH] Marks ActiveFedora tests in spec/models/concerns/hyrax/collection_behavior_spec.rb. --- spec/models/concerns/hyrax/collection_behavior_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/models/concerns/hyrax/collection_behavior_spec.rb b/spec/models/concerns/hyrax/collection_behavior_spec.rb index 12150bae72..f4be19ed16 100644 --- a/spec/models/concerns/hyrax/collection_behavior_spec.rb +++ b/spec/models/concerns/hyrax/collection_behavior_spec.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -RSpec.describe Hyrax::CollectionBehavior, clean_repo: true do +RSpec.describe Hyrax::CollectionBehavior, :active_fedora, :clean_repo do let(:collection) { create(:collection_lw) } let(:work) { FactoryBot.valkyrie_create(:hyrax_work) }