X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/1c77d2432e17829a790d3e2dbf2a9267833ec1f0..b2fa94750221ec316eb6c5244ca66543f321538c:/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}" }