Add password to User factory
This commit is contained in:
parent
22e547befa
commit
847f4a1c69
|
|
@ -4,5 +4,6 @@ FactoryBot.define do
|
|||
factory :user do
|
||||
username { Faker::Internet.unique.username }
|
||||
email { Faker::Internet.unique.email }
|
||||
password { Faker::Internet.password }
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in New Issue