spec/features/batch_edit_spec.rb in hyrax-2.0.3 vs spec/features/batch_edit_spec.rb in hyrax-2.1.0.beta1

- old
+ new

@@ -63,10 +63,9 @@ end describe 'deleting' do it 'destroys the selected works' do accept_confirm { click_button 'Delete Selected' } - expect(page).to have_content('Batch delete complete') expect(GenericWork.count).to be_zero end end end