Autocorrect Faker deprecations
This commit is contained in:
parent
639fb5ff0d
commit
ca80b753e7
3 changed files with 7 additions and 7 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue