X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2e1ccafdce30a06fab7a72e5c856ce8a6c23bfdd..9cf698322ce70e2fdb718be6624b0ac4e8eaf285:/test/factories/note_comments.rb 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