Merge pull request #704 from Retrospring/beautiful@protogen.enails
typoed_email_validator: add new endings to the typo list
This commit is contained in:
commit
5381f1b68e
|
@ -28,6 +28,7 @@ class TypoedEmailValidator < ActiveModel::EachValidator
|
|||
iclooud.com
|
||||
iclould.com
|
||||
icluod.com
|
||||
protonail.com
|
||||
xn--gmail-xk1c.com
|
||||
yahooo.com
|
||||
☺gmail.com
|
||||
|
|
|
@ -96,6 +96,7 @@ RSpec.describe User, type: :model do
|
|||
include_examples "invalid email", "fritz.fantom@iclooud.com"
|
||||
include_examples "invalid email", "fritz.fantom@iclould.com"
|
||||
include_examples "invalid email", "fritz.fantom@icluod.com"
|
||||
include_examples "invalid email", "fritz.fantom@protonail.com"
|
||||
include_examples "invalid email", "fritz.fantom@xn--gmail-xk1c.com"
|
||||
include_examples "invalid email", "fritz.fantom@yahooo.com"
|
||||
include_examples "invalid email", "fritz.fantom@☺gmail.com"
|
||||
|
|
Loading…
Reference in New Issue