spec: replace reference to ds in password
This commit is contained in:
parent
7e085c657d
commit
c91e231347
18 changed files with 20 additions and 20 deletions
|
@ -2,7 +2,7 @@ FactoryBot.define do
|
|||
sequence(:user_email) { |n| "user#{n}@user.com" }
|
||||
factory :user do
|
||||
email { generate(:user_email) }
|
||||
password { 'démarches-simplifiées-pwd' }
|
||||
password { 'my-s3cure-p4ssword' }
|
||||
confirmed_at { Time.zone.now }
|
||||
|
||||
trait :unconfirmed do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue