Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

Commit

Permalink
Merge pull request #681 from sul-dlss/remove-unnecessary-mock
Browse files Browse the repository at this point in the history
Remove unnecessary mock
  • Loading branch information
justinlittman committed Jan 27, 2020
2 parents 1c19ec6 + d8c42de commit 90d14fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/models/item_spec.rb
Expand Up @@ -181,7 +181,6 @@
describe 'the dsLocation for workflow' do
let(:obj) { described_class.new }
before do
allow(Dor::Config.workflow.client).to receive(:all_workflows_xml).and_return('<workflows />')
allow(Dor::SuriService).to receive(:mint_id).and_return('changeme:1231231')
allow(Dor::Config.suri).to receive(:mint_ids).and_return(true)
allow(obj).to receive(:update_index)
Expand Down

0 comments on commit 90d14fe

Please sign in to comment.