Skip to content

Commit

Permalink
flag FileSetForm specs as :active_fedora
Browse files Browse the repository at this point in the history
this is a legacy form, don't test it in valkyrie
  • Loading branch information
tamsin johnson committed Oct 30, 2023
1 parent e2cdd80 commit 128a5ea
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 128a5ea

Please sign in to comment.