This commit is contained in:
parent
d5b710dd9e
commit
a72495b741
5 changed files with 95 additions and 5 deletions
|
|
@ -5,6 +5,7 @@ FactoryBot.define do
|
|||
name { Faker::Company.name.truncate(30) }
|
||||
phone { Faker::PhoneNumber.phone_number }
|
||||
address { Faker::Address.street_address }
|
||||
email { Faker::Internet.email }
|
||||
|
||||
transient do
|
||||
article_count { 0 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue