Skip to content

Commit

Permalink
Makes spec/services/hyrax/file_set_fixity_check_service_spec.rb Dassi…
Browse files Browse the repository at this point in the history
…e-only. (#6459)

* Makes spec/services/hyrax/file_set_fixity_check_service_spec.rb Dassie-only.

* Update spec/services/hyrax/file_set_fixity_check_service_spec.rb

Co-authored-by: Daniel Pierce <[email protected]>

---------

Co-authored-by: Daniel Pierce <[email protected]>
  • Loading branch information
bwatson78 and dlpierce authored Dec 1, 2023
1 parent 77e95d3 commit e8b8058
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/services/hyrax/file_set_fixity_check_service_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# frozen_string_literal: true
RSpec.describe Hyrax::FileSetFixityCheckService do
RSpec.describe Hyrax::FileSetFixityCheckService,
pending: Hyrax.config.disable_wings ? 'Valkyrie rewrite needed' : false do
let(:f) { create(:file_set, :image) }
let(:service_by_object) { described_class.new(f) }
let(:service_by_id) { described_class.new(f.id) }
Expand Down

0 comments on commit e8b8058

Please sign in to comment.