Skip to content

Commit 1000c8b

Browse files
authored
Merge pull request #6401 from samvera/fs-form-valkyrie
flag FileSetForm specs as :active_fedora
2 parents e2cdd80 + 128a5ea commit 1000c8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/forms/hyrax/forms/file_set_form_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22

3-
RSpec.describe Hyrax::Forms::FileSetForm do
3+
RSpec.describe Hyrax::Forms::FileSetForm, :active_fedora do
44
subject(:form) { described_class.new(file_set) }
55
let(:file_set) { Hyrax::FileSet.new }
66

0 commit comments

Comments
 (0)