Skip to content

Commit

Permalink
disable Hyrax::FileSetVisibilityPropagator unless using ActiveFedora
Browse files Browse the repository at this point in the history
this class is only used for/only supports ActiveFedora models.
  • Loading branch information
tamsin johnson committed Oct 26, 2023
1 parent bd6696f commit a22d292
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 a22d292

Please sign in to comment.