Skip to content

Commit

Permalink
mark GenericWorkIndexer specs as ActiveFedora only (#6246)
Browse files Browse the repository at this point in the history
this indexer only exists if generated with an AF model.
  • Loading branch information
tamsin johnson authored Aug 29, 2023
1 parent 9c602fb commit 5f024b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/indexers/hyrax/generic_work_indexer_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true
RSpec.describe GenericWorkIndexer do
RSpec.describe GenericWorkIndexer, :active_fedora do
subject(:solr_document) { service.generate_solr_document }

# TODO: file_set_ids returns an empty set unless you persist the work
Expand Down

0 comments on commit 5f024b4

Please sign in to comment.