Skip to content

Commit

Permalink
ruby 1.9 syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
straleyb committed Jun 27, 2016
1 parent 8b5cae5 commit 400f591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/actors/curation_concerns/apply_order_actor_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

describe '#update' do
let(:curation_concern) { create(:work_with_two_children, user: user) }
let(:child) { GenericWork.create(:id => "Blah3", :title => ['This is a title']) }
let(:child) { GenericWork.create(id: "Blah3", title: ['This is a title']) }

let(:user) { create(:user) }

Expand Down

0 comments on commit 400f591

Please sign in to comment.