We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20448d3 commit 3d95c40Copy full SHA for 3d95c40
1 file changed
spec/services/update_user_email_spec.rb
@@ -29,7 +29,8 @@
29
30
expect do
31
described_class.new(user, 'newemail@example.com').call
32
- end.to have_enqueued_job(SendConfirmEmailVerificationJob).with(new_email: 'newemail@example.com', person_name: user.name)
+ end.to have_enqueued_job(SendConfirmEmailVerificationJob).with(new_email: 'newemail@example.com',
33
+ person_name: user.name)
34
end
35
36
context 'when Auth0 errors' do
0 commit comments