more spec'd
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Tobias Kneuker 2022-10-12 14:11:11 +02:00
parent d5b710dd9e
commit a72495b741
5 changed files with 95 additions and 5 deletions

View file

@ -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 }