1
0
Fork 0
This commit is contained in:
Alex Kotov 2019-07-08 19:24:42 +05:00
parent ebf4d1c89b
commit 90143a6af7
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
FactoryBot.define do
factory :guest_account, class: Account do
public_name { Faker::Lorem.name }
public_name { Faker::Name.name }
biography { Faker::Lorem.paragraph }
end