X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/392b68a65fd6ffa521b89e079b234bb0241380d3..550fa0c8e46c9d4e09e30f7940bcb63f84f0ac41:/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}" }