spec/models/hyrax/work_behavior_spec.rb in hyrax-2.1.0.beta2 vs spec/models/hyrax/work_behavior_spec.rb in hyrax-2.1.0.rc1
- old
+ new
@@ -55,10 +55,10 @@
end
end
describe '#update_nested_collection_relationship_indices', :with_nested_reindexing do
it 'will be called after save' do
- expect(Samvera::NestingIndexer).to receive(:reindex_relationships).with(id: kind_of(String))
+ expect(Samvera::NestingIndexer).to receive(:reindex_relationships).with(id: kind_of(String), extent: kind_of(String))
subject.save!
end
end
end