File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
end
12
12
end
13
13
14
- context 'with a legacy GenericWork form' do
14
+ context 'with a legacy GenericWork form' , :active_fedora do
15
15
let ( :work ) { stub_model ( GenericWork , id : '456' ) }
16
16
let ( :ability ) { double }
17
17
let ( :form ) { Hyrax ::GenericWorkForm . new ( work , ability , controller ) }
51
51
end
52
52
end
53
53
54
- context 'with a legacy GenericWork form' do
54
+ context 'with a legacy GenericWork form' , :active_fedora do
55
55
let ( :work ) { stub_model ( GenericWork , id : '456' ) }
56
56
let ( :ability ) { double }
57
57
let ( :form ) { Hyrax ::GenericWorkForm . new ( work , ability , controller ) }
119
119
end
120
120
end
121
121
122
- context 'with a legacy GenericWork form' do
122
+ context 'with a legacy GenericWork form' , :active_fedora do
123
123
let ( :work ) { stub_model ( GenericWork , id : '456' , member_ids : file_set_ids ) }
124
124
let ( :ability ) { double }
125
125
let ( :file_set_ids ) { [ ] }
You can’t perform that action at this time.
0 commit comments