mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 12:39:53 +01:00
Merge pull request #932 from Retrospring/om@nom.nom
typoed_email_validator: add new endings to the typo list
This commit is contained in:
commit
04f1793058
2 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,7 @@ class TypoedEmailValidator < ActiveModel::EachValidator
|
|||
gmail.cm
|
||||
gmail.co
|
||||
gmail.co.uk
|
||||
gmail.om
|
||||
gmaile.com
|
||||
gmaill.com
|
||||
gmali.com
|
||||
|
|
|
@ -88,6 +88,7 @@ RSpec.describe User, type: :model do
|
|||
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@gmail.om"
|
||||
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 a new issue