diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-01-10 15:14:26 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-01-10 15:14:26 +0000 |
commit | 53716bea26fa76ac7176f51bbef672ffcdcd1ba4 (patch) | |
tree | e7df7f7921aec99f3d2c20bc5c7284d1e8997007 /spec/mailers | |
parent | d85be261b2898166676be4f329a548f61e2917f4 (diff) | |
download | gitlab-ce-53716bea26fa76ac7176f51bbef672ffcdcd1ba4.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/mailers')
-rw-r--r-- | spec/mailers/emails/profile_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/mailers/emails/profile_spec.rb b/spec/mailers/emails/profile_spec.rb index 365ca892bb1..af77989dbbc 100644 --- a/spec/mailers/emails/profile_spec.rb +++ b/spec/mailers/emails/profile_spec.rb @@ -49,7 +49,7 @@ RSpec.describe Emails::Profile do describe 'for users that signed up, the email' do let(:example_site_path) { root_path } - let(:new_user) { create(:user, email: new_user_address, password: "securePassword") } + let(:new_user) { create(:user, email: new_user_address, password: Gitlab::Password.test_default) } subject { Notify.new_user_email(new_user.id) } |