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

Commit

Permalink
Merge ed778e6 into c8b10f9
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Nov 22, 2019
2 parents c8b10f9 + ed778e6 commit 9e84414
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions spec/models/hydrus/item_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,6 @@
before do
@cannot_do_regex = /\ACannot perform action/
allow(item).to receive(:collection).and_return(collection)
@workflow_xml = <<-END
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<workflows objectId="druid:oo000oo0001">
<workflow repository="dor" objectId="druid:oo000oo0001" id="hydrusAssemblyWF">
<process version="1" lifecycle="registered" elapsed="0.0" attempts="0" datetime="1234" status="completed" name="start-deposit"/>
<process version="1" elapsed="0.0" attempts="0" datetime="9999" status="completed" name="submit"/>
<process version="1" elapsed="0.0" attempts="0" datetime="1234" name="approve"/>
<process version="1" elapsed="0.0" attempts="0" datetime="1234" name="start-assembly"/>
</workflow>
</workflows>
END
@workflow_xml = noko_doc(@workflow_xml)
end

describe '#files' do
Expand Down

0 comments on commit 9e84414

Please sign in to comment.