Skip to content

Commit

Permalink
Merge pull request #6569 from samvera/updates_collection_behavior_spec
Browse files Browse the repository at this point in the history
Marks ActiveFedora tests in `spec/models/concerns/hyrax/collection_behavior_spec.rb`.
  • Loading branch information
dlpierce authored Jan 3, 2024
2 parents 779d781 + a1e94d1 commit d20ee7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models/concerns/hyrax/collection_behavior_spec.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

RSpec.describe Hyrax::CollectionBehavior, clean_repo: true do
RSpec.describe Hyrax::CollectionBehavior, :active_fedora, :clean_repo do
let(:collection) { create(:collection_lw) }
let(:work) { FactoryBot.valkyrie_create(:hyrax_work) }

Expand Down

0 comments on commit d20ee7d

Please sign in to comment.