Skip to content

Commit

Permalink
satisfy rubocop; string interpolation -> #to_s
Browse files Browse the repository at this point in the history
  • Loading branch information
tamsin johnson committed Sep 6, 2023
1 parent 601b857 commit a777af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/wings/model_transformer_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ class Book < Hyrax::Resource

before do
5.times do |i|
GenericWork.create(title: ["#{i}"], admin_set_id: pcdm_object.id)
GenericWork.create(title: [i.to_s], admin_set_id: pcdm_object.id)
end
end

Expand Down

0 comments on commit a777af1

Please sign in to comment.