spec: replace reference to ds in password

This commit is contained in:
clemkeirua 2020-07-21 16:49:26 +02:00
parent 7e085c657d
commit c91e231347
18 changed files with 20 additions and 20 deletions

View file

@ -1,7 +1,7 @@
feature 'Instructing a dossier:' do
include ActiveJob::TestHelper
let(:password) { 'démarches-simplifiées-pwd' }
let(:password) { 'my-s3cure-p4ssword' }
let!(:instructeur) { create(:instructeur, password: password) }
let!(:procedure) { create(:procedure, :published, instructeurs: [instructeur]) }