Skip to content

Commit

Permalink
Merge pull request #6585 from samvera/updates_work_relation_spec
Browse files Browse the repository at this point in the history
Marks `spec/search_builders/hyrax/work_relation_spec.rb` as ActiveFedora-only.
  • Loading branch information
dlpierce authored Jan 8, 2024
2 parents e3e8188 + 04902eb commit 2a8b59e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion spec/search_builders/hyrax/work_relation_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# frozen_string_literal: true
RSpec.describe Hyrax::WorkRelation, :clean_repo do

# NOTE: This is an ActiveFedora query service that is currently being used
# in the following classes/modules:
# Hyrax::SingularSubresourceController, Hyrax::WorkUsage, Hyrax::UserStatImporter,
# Hyrax::WorkQueryService, Hyrax::Statistics::QueryService, Hyrax::Statistics::Works::OverTime,
# MoveAllWorksToAdminSet, and Hyrax::ResourceSync::ResourceListWriter
RSpec.describe Hyrax::WorkRelation, :active_fedora, :clean_repo do
let!(:work) { create(:generic_work) }
let!(:file_set) { create(:file_set) }
let!(:collection) { build(:collection_lw) }
Expand Down

0 comments on commit 2a8b59e

Please sign in to comment.