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

Commit

Permalink
Distinguish between tests
Browse files Browse the repository at this point in the history
  • Loading branch information
atz committed Jun 29, 2015
1 parent c48c5d4 commit 6194282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/features/models/item_spec.rb
Expand Up @@ -118,7 +118,7 @@
expect(item.accepted_terms_of_deposit).to eq "false"
end

it "should create an item" do
it "should create another item" do
allow_any_instance_of(Dor::WorkflowDs).to receive(:current_priority).and_return 0
allow(collection).to receive_messages(:users_accepted_terms_of_deposit => { mock_authed_user.to_s => Time.now})
item = Hydrus::Item.create(collection.pid, mock_authed_user, 'some-type')
Expand Down

0 comments on commit 6194282

Please sign in to comment.