Skip to content

Commit

Permalink
Merge pull request #6590 from samvera/updates_visibility_intention_ap…
Browse files Browse the repository at this point in the history
…plicator_spec

Marks `spec/services/hyrax/visibility_intention_applicator_spec.rb` as ActiveFedora-only.
  • Loading branch information
dlpierce authored Jan 8, 2024
2 parents a4661b9 + 2a8e669 commit f0af792
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spec/services/hyrax/visibility_intention_applicator_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# frozen_string_literal: true
RSpec.describe Hyrax::VisibilityIntentionApplicator do

# NOTE: Leases and Embargoes have separate managers for Valkyrie objects.
RSpec.describe Hyrax::VisibilityIntentionApplicator, :active_fedora do
subject(:applicator) { described_class.new(intention: intention) }
let(:work) { build(:work) }

Expand Down

0 comments on commit f0af792

Please sign in to comment.