Skip to content

Commit 9620f08

Browse files
authored
Merge pull request #6406 from samvera/helper-spec
flag legacy tests in work_form_helper_spec
2 parents 35c1ba0 + 3695095 commit 9620f08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/helpers/hyrax/work_form_helper_spec.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
end
1212
end
1313

14-
context 'with a legacy GenericWork form' do
14+
context 'with a legacy GenericWork form', :active_fedora do
1515
let(:work) { stub_model(GenericWork, id: '456') }
1616
let(:ability) { double }
1717
let(:form) { Hyrax::GenericWorkForm.new(work, ability, controller) }
@@ -51,7 +51,7 @@
5151
end
5252
end
5353

54-
context 'with a legacy GenericWork form' do
54+
context 'with a legacy GenericWork form', :active_fedora do
5555
let(:work) { stub_model(GenericWork, id: '456') }
5656
let(:ability) { double }
5757
let(:form) { Hyrax::GenericWorkForm.new(work, ability, controller) }
@@ -119,7 +119,7 @@
119119
end
120120
end
121121

122-
context 'with a legacy GenericWork form' do
122+
context 'with a legacy GenericWork form', :active_fedora do
123123
let(:work) { stub_model(GenericWork, id: '456', member_ids: file_set_ids) }
124124
let(:ability) { double }
125125
let(:file_set_ids) { [] }

0 commit comments

Comments
 (0)