From cebfd838def8cb51a4951a09ffb3f629449e20b3 Mon Sep 17 00:00:00 2001 From: tamsin johnson Date: Tue, 29 Aug 2023 11:57:02 -0700 Subject: [PATCH] mark Hyrax Callbacks tests as :active_fedora (#6247) * mark Hyrax Callbacks tests as :active_fedora Hyrax::Callbacks is deprecated and only used by ActiveFedora apps * typo --------- Co-authored-by: Daniel Pierce --- spec/config/hyrax_events_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/config/hyrax_events_spec.rb b/spec/config/hyrax_events_spec.rb index a57f9560d9..757736f9e3 100644 --- a/spec/config/hyrax_events_spec.rb +++ b/spec/config/hyrax_events_spec.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true -RSpec.describe "hyrax_events using Hyrax callbacks" do +RSpec.describe "hyrax_events using Hyrax callbacks", :active_fedora do let(:curation_concern) { create(:work) } let(:file_set) { create(:file_set) } let(:user) { create(:user) }