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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue