Autocorrect Faker deprecations

This commit is contained in:
Henne Vogelsang 2022-02-11 16:55:39 +01:00
parent 639fb5ff0d
commit ca80b753e7
No known key found for this signature in database
GPG key ID: 97DDB66BDAF8D4D6
3 changed files with 7 additions and 7 deletions

View file

@ -5,7 +5,7 @@
FactoryBot.define do
factory :event do
title { Faker::Hipster.sentence }
abstract { Faker::Hipster.paragraph(2) }
abstract { Faker::Hipster.paragraph(sentence_count: 2) }
program