spec/jobs/characterize_job_spec.rb in hyrax-3.0.0.pre.beta1 vs spec/jobs/characterize_job_spec.rb in hyrax-3.0.0.pre.beta2

- old
+ new

@@ -50,10 +50,10 @@ end end context "when the file set's work is in a collection" do let(:work) { build(:generic_work) } - let(:collection) { build(:collection) } + let(:collection) { build(:collection_lw) } before do allow(file_set).to receive(:parent).and_return(work) allow(work).to receive(:in_collections).and_return([collection]) end