Merge pull request #729 from Retrospring/gmail@xit.co.uk
typoed_email_validator: add new endings to the typo list
This commit is contained in:
commit
5b091c6728
|
@ -18,6 +18,7 @@ class TypoedEmailValidator < ActiveModel::EachValidator
|
|||
gmaik.com
|
||||
gmail.cm
|
||||
gmail.co
|
||||
gmail.co.uk
|
||||
gmaile.com
|
||||
gmaill.com
|
||||
gmali.com
|
||||
|
|
|
@ -84,6 +84,7 @@ RSpec.describe User, type: :model do
|
|||
include_examples "invalid email", "fritz.fantom@gmaik.com"
|
||||
include_examples "invalid email", "fritz.fantom@gmail.cm"
|
||||
include_examples "invalid email", "fritz.fantom@gmail.co"
|
||||
include_examples "invalid email", "fritz.fantom@gmail.co.uk"
|
||||
include_examples "invalid email", "fritz.fantom@gmailcom"
|
||||
include_examples "invalid email", "fritz.fantom@gmaile.com"
|
||||
include_examples "invalid email", "fritz.fantom@gmaill.com"
|
||||
|
|
Loading…
Reference in New Issue