X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/3123822bba5865e81e8c10be16452a0a8b5362f9..15b104f4ff4614aa78c01180b6a9b89dd5a1400f:/test/factories/note_comments.rb?ds=inline diff --git a/test/factories/note_comments.rb b/test/factories/note_comments.rb index b06dc378a..d3fb3ce96 100644 --- a/test/factories/note_comments.rb +++ b/test/factories/note_comments.rb @@ -1,4 +1,4 @@ -FactoryGirl.define do +FactoryBot.define do factory :note_comment do sequence(:body) { |n| "This is note comment #{n}" } visible true