scientist-softserv / adventist_knapsack

Apache License 2.0
2 stars 0 forks source link

🧹 Remove spec/models/uploaded_file_spec.rb #44

Closed jeremyf closed 12 months ago

jeremyf commented 12 months ago

Looking at the diff between knapsack and Hyku we have the following:

❯ diff spec/models/uploaded_file_spec.rb hyrax-webapp/spec/models/uploaded_file_spec.rb
34c34
<     before { expect(Hyrax::UploadedFileUploader).to receive(:storage).and_return(described_class) }
---
>     before { expect(Hyrax::UploadedFileUploader).to receive(:storage).and_return(described_class).at_least(:once) }

Related to: