Skip to content

Commit

Permalink
Merge pull request #6595 from samvera/updates_repository_fixity_check…
Browse files Browse the repository at this point in the history
…_service_spec

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

# NOTE: This service is only optimized to process ActiveFedora objects.
RSpec.describe Hyrax::RepositoryFixityCheckService, :active_fedora do
let!(:file) do
create(:file_set).tap do |file|
file.add_file(File.open(fixture_path + '/world.png'), path: 'content', original_name: 'world.png')
Expand Down

0 comments on commit 8b64dbb

Please sign in to comment.