Skip to content

Commit

Permalink
Merge pull request #6600 from samvera/abel-fix_move_all_works_to_admi…
Browse files Browse the repository at this point in the history
…n_set_spec.rb

Valkyrization: Mark `move_all_works_to_admin_set_spec.rb` as ActiveFedora only
  • Loading branch information
dlpierce authored Jan 11, 2024
2 parents 0715cfc + b8f20d6 commit bb49414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/lib/hyrax/move_all_works_to_admin_set_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true
require 'hyrax/move_all_works_to_admin_set'

RSpec.describe MoveAllWorksToAdminSet, :clean_repo do
RSpec.describe MoveAllWorksToAdminSet, :active_fedora, :clean_repo do
subject { described_class.run(admin_set) }

let(:admin_set) { create(:admin_set) }
Expand Down

0 comments on commit bb49414

Please sign in to comment.