X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/a3618d2b5fcb991fef7786fbbbfd6d3e0ac88d28..4a38b3eea4bc36dcbcf625e46689688f3b5b12e2:/test/factories/diary_comments.rb diff --git a/test/factories/diary_comments.rb b/test/factories/diary_comments.rb index 2d54f273e..cb5f8eebd 100644 --- a/test/factories/diary_comments.rb +++ b/test/factories/diary_comments.rb @@ -1,4 +1,4 @@ -FactoryGirl.define do +FactoryBot.define do factory :diary_comment do sequence(:body) { |n| "This is diary comment #{n}" }