summaryrefslogtreecommitdiff
path: root/spec/models/email_spec.rb
diff options
context:
space:
mode:
authorBrett Walker <brett@digitalmoksha.com>2017-09-18 19:00:38 +0200
committerBrett Walker <brett@digitalmoksha.com>2017-09-23 15:26:04 +0200
commited99c899a28134e8d9a1a8a8c4677a6ee65bbd2b (patch)
tree516de9ab6f14b7053a0a1b5d56a609efddb8ef28 /spec/models/email_spec.rb
parent442dbf6d4b1b50f9eccaeb5a62506c55daa0fc36 (diff)
downloadgitlab-ce-ed99c899a28134e8d9a1a8a8c4677a6ee65bbd2b.tar.gz
allow a verified secondary email to be use as the primary without
a reconfirmation
Diffstat (limited to 'spec/models/email_spec.rb')
-rw-r--r--spec/models/email_spec.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/models/email_spec.rb b/spec/models/email_spec.rb
index 8fca9db37ca..8ae5ccd89ed 100644
--- a/spec/models/email_spec.rb
+++ b/spec/models/email_spec.rb
@@ -24,8 +24,6 @@ describe Email do
email = user.emails.create(email: 'new@email.com')
expect(user).to receive(:update_invalid_gpg_signatures)
email.confirm
- # email.save
end
end
-
end