Skip to content

Commit

Permalink
Merge pull request #6401 from samvera/fs-form-valkyrie
Browse files Browse the repository at this point in the history
flag FileSetForm specs as :active_fedora
  • Loading branch information
dlpierce authored Oct 31, 2023
2 parents e2cdd80 + 128a5ea commit 1000c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/forms/hyrax/forms/file_set_form_spec.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

RSpec.describe Hyrax::Forms::FileSetForm do
RSpec.describe Hyrax::Forms::FileSetForm, :active_fedora do
subject(:form) { described_class.new(file_set) }
let(:file_set) { Hyrax::FileSet.new }

Expand Down

0 comments on commit 1000c8b

Please sign in to comment.