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
|
@ -26,7 +26,7 @@ describe Manager::AdministrateursController, type: :controller do
|
|||
|
||||
describe 'POST #create' do
|
||||
let(:email) { 'plop@plop.com' }
|
||||
let(:password) { 'démarches-simplifiées-pwd' }
|
||||
let(:password) { 'my-s3cure-p4ssword' }
|
||||
|
||||
subject { post :create, params: { administrateur: { email: email } } }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue