add a constant for the most used test password
This commit is contained in:
parent
30c8d3afcb
commit
db278e83ed
19 changed files with 29 additions and 27 deletions
|
@ -36,7 +36,7 @@ describe Manager::AdministrateursController, type: :controller do
|
|||
|
||||
describe 'POST #create' do
|
||||
let(:email) { 'plop@plop.com' }
|
||||
let(:password) { 'my-s3cure-p4ssword' }
|
||||
let(:password) { SECURE_PASSWORD }
|
||||
|
||||
subject { post :create, params: { administrateur: { email: email } } }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue