add a constant for the most used test password

This commit is contained in:
Christian Lautier 2023-03-03 03:16:15 -10:00 committed by simon lehericey
parent 30c8d3afcb
commit db278e83ed
19 changed files with 29 additions and 27 deletions

View file

@ -1,5 +1,5 @@
describe 'linked dropdown lists' do
let(:password) { 'my-s3cure-p4ssword' }
let(:password) { SECURE_PASSWORD }
let!(:user) { create(:user, password: password) }
let(:options) do