Skip to content

Commit

Permalink
Merge pull request #6475 from samvera/updates_hyrax_collection_indexe…
Browse files Browse the repository at this point in the history
…r_spec

Marks test suite as ActiveFedora-only, since indexer is only used with AF objects.
  • Loading branch information
dlpierce authored Nov 30, 2023
2 parents 86263cd + 8f99705 commit 9e4f61e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spec/indexers/hyrax/collection_indexer_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# frozen_string_literal: true
RSpec.describe Hyrax::CollectionIndexer do

# Marked as AF-only, since Valkyrie Collection indexing is handled by Hyrax::PcdmCollectionIndexer.
RSpec.describe Hyrax::CollectionIndexer, :active_fedora do
let(:indexer) { described_class.new(collection) }
let(:collection) { build(:collection_lw) }
let(:col1id) { 'col1' }
Expand Down

0 comments on commit 9e4f61e

Please sign in to comment.