Skip to content

Commit

Permalink
Remove ids in second test
Browse files Browse the repository at this point in the history
  • Loading branch information
straleyb committed Jun 27, 2016
1 parent 400f591 commit 6631fe3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec/actors/curation_concerns/apply_order_actor_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,11 @@
end

context 'with in_works_ids' do
let(:attributes) { { ordered_member_ids: ["Blah", "Blah2", "Blah3"] } }
let(:attributes) { { ordered_member_ids: [] } }
let(:root_actor) { double }
before do
allow(CurationConcerns::Actors::RootActor).to receive(:new).and_return(root_actor)
allow(root_actor).to receive(:update).with({}).and_return(true)
child
curation_concern.apply_depositor_metadata(user.user_key)
curation_concern.save!
end
Expand Down

0 comments on commit 6631fe3

Please sign in to comment.