Skip to content

Commit

Permalink
mark JobIoWrapper specs as ActiveFedora only (#6245)
Browse files Browse the repository at this point in the history
* mark JobIoWrapper specs as ActiveFedora only

gratefully, Valkyrie does not use this thing!

* Update spec/models/job_io_wrapper_spec.rb
  • Loading branch information
tamsin johnson authored Aug 29, 2023
1 parent cebfd83 commit df1677e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models/job_io_wrapper_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true
RSpec.describe JobIoWrapper, type: :model do
RSpec.describe JobIoWrapper, :active_fedora, type: :model do
let(:user) { build(:user) }
let(:path) { fixture_path + '/world.png' }
let(:file_set_id) { 'bn999672v' }
Expand Down

0 comments on commit df1677e

Please sign in to comment.