From 5497eaffc90a41e29c4ca7541858736cb5429415 Mon Sep 17 00:00:00 2001 From: Brad Watson Date: Mon, 22 Jan 2024 16:26:26 -0600 Subject: [PATCH] Marks spec/services/hyrax/import_url_failure_service_spec.rb as ActiveFedora-only. (#6617) Co-authored-by: Jeremy Friesen --- spec/services/hyrax/import_url_failure_service_spec.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/spec/services/hyrax/import_url_failure_service_spec.rb b/spec/services/hyrax/import_url_failure_service_spec.rb index 4811379814..a1f13f6213 100644 --- a/spec/services/hyrax/import_url_failure_service_spec.rb +++ b/spec/services/hyrax/import_url_failure_service_spec.rb @@ -1,6 +1,8 @@ # frozen_string_literal: true -RSpec.describe Hyrax::ImportUrlFailureService do +# NOTE: This class deals with accessing a FileSet's #errors attribute, +# which isn't a defined attribute in Valkyrie objects. +RSpec.describe Hyrax::ImportUrlFailureService, :active_fedora do let!(:depositor) { create(:user) } let(:inbox) { depositor.mailbox.inbox } let(:file) do