Skip to content

Commit

Permalink
Marks spec/services/hyrax/import_url_failure_service_spec.rb as Activ…
Browse files Browse the repository at this point in the history
…eFedora-only. (#6617)

Co-authored-by: Jeremy Friesen <[email protected]>
  • Loading branch information
bwatson78 and jeremyf authored Jan 22, 2024
1 parent f54721d commit 5497eaf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spec/services/hyrax/import_url_failure_service_spec.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5497eaf

Please sign in to comment.