Skip to content

Commit

Permalink
Merge pull request #6573 from samvera/updates_file_set_indexer_spec
Browse files Browse the repository at this point in the history
Marks ActiveFedora tests in `spec/indexers/hyrax/file_set_indexer_spec.rb`.
  • Loading branch information
dlpierce authored Jan 4, 2024
2 parents 9f0263a + 2efc62e commit a28f89d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spec/indexers/hyrax/file_set_indexer_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# frozen_string_literal: true
RSpec.describe Hyrax::FileSetIndexer do

# Marked as AF-only, since Valkyrie FileSet indexing is handled by Hyrax::ValkyrieFileSetIndexer.
RSpec.describe Hyrax::FileSetIndexer, :active_fedora do
include Hyrax::FactoryHelpers

let(:file_set) do
Expand Down

0 comments on commit a28f89d

Please sign in to comment.