Skip to content

Commit

Permalink
Remove extra title in ordered members
Browse files Browse the repository at this point in the history
  • Loading branch information
straleyb committed Jun 24, 2016
1 parent 46e3f7e commit 2231381
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions spec/actors/curation_concerns/apply_order_actor_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,11 @@
end

context 'with in_works_ids' do
let(:attributes) { { ordered_member_ids: ["Blah", "Test"] } }
let(:attributes) { { ordered_member_ids: ["Blah"] } }
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)
end
before do
curation_concern.apply_depositor_metadata(user.user_key)
curation_concern.save!
end
Expand Down

0 comments on commit 2231381

Please sign in to comment.