Skip to content

Commit

Permalink
Marks spec/lib/hyrax/resource_sync/resource_list_writer_spec.rb as Ac…
Browse files Browse the repository at this point in the history
…tiveFedora-only.
  • Loading branch information
bwatson78 authored and jeremyf committed Jan 23, 2024
1 parent 2e04a09 commit e1e54f4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spec/lib/hyrax/resource_sync/resource_list_writer_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# frozen_string_literal: true
RSpec.describe Hyrax::ResourceSync::ResourceListWriter, :clean_repo do

# NOTE: This uses methods, such as `#delegated_attributes`, that inherit from ActiveFedora::Relation.
RSpec.describe Hyrax::ResourceSync::ResourceListWriter, :active_fedora, :clean_repo do
subject(:writer) do
described_class.new(resource_host: 'example.com', capability_list_url: capability_list)
end
Expand Down

0 comments on commit e1e54f4

Please sign in to comment.