Skip to content

Commit

Permalink
Merge pull request #6388 from samvera/6308-work-form
Browse files Browse the repository at this point in the history
disable `work_form_spec` when AF is disabled
  • Loading branch information
dlpierce authored Oct 25, 2023
2 parents abff96f + 193fa1f commit c728f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/forms/hyrax/forms/work_form_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true
RSpec.describe Hyrax::Forms::WorkForm do
RSpec.describe Hyrax::Forms::WorkForm, :active_fedora do
let(:work) { GenericWork.new }
let(:form) { described_class.new(work, nil, controller) }
let(:works) { [GenericWork.new, FileSet.new, GenericWork.new] }
Expand Down

0 comments on commit c728f53

Please sign in to comment.