Devise: confirm user email
This commit is contained in:
parent
2b9721f1ee
commit
5bd589344e
10 changed files with 53 additions and 4 deletions
|
@ -3,5 +3,6 @@ FactoryBot.define do
|
|||
factory :user do
|
||||
email { generate(:user_email) }
|
||||
password 'password'
|
||||
confirmed_at DateTime.now
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue