Skip to content

Commit

Permalink
disable AttachFilesToWorkJob specs if disable_wings
Browse files Browse the repository at this point in the history
AttachFilesToWorkJob is an Actor Stack/ActiveFedora system; even though it was
once rewritten for valkyrie under Wings, it shouldn't be tested in valkyrie
native apps.
  • Loading branch information
tamsin johnson authored and dunn committed Aug 24, 2023
1 parent b2cd97e commit 3e86e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/jobs/attach_files_to_work_job_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true
RSpec.describe AttachFilesToWorkJob, perform_enqueued: [AttachFilesToWorkJob] do
RSpec.describe AttachFilesToWorkJob, :active_fedora, perform_enqueued: [AttachFilesToWorkJob] do
let(:file1) { File.open(fixture_path + '/world.png') }
let(:file2) { File.open(fixture_path + '/image.jp2') }
let(:uploaded_file1) { build(:uploaded_file, file: file1) }
Expand Down

0 comments on commit 3e86e29

Please sign in to comment.