Skip to content

Commit

Permalink
Merge pull request #6393 from samvera/viz-prop-spec
Browse files Browse the repository at this point in the history
disable Hyrax::FileSetVisibilityPropagator unless using ActiveFedora
  • Loading branch information
dlpierce authored Oct 27, 2023
2 parents 5a8d0ee + a22d292 commit a9bafea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/services/hyrax/file_set_visibility_propagator_spec.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

RSpec.describe Hyrax::FileSetVisibilityPropagator do
RSpec.describe Hyrax::FileSetVisibilityPropagator, :active_fedora do
subject(:propagator) { described_class.new(source: work) }
let(:work) { FactoryBot.create(:work_with_files) }

Expand Down

0 comments on commit a9bafea

Please sign in to comment.