mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-31 15:29:08 +01:00
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
2 changed files with 2 additions and 0 deletions
|
@ -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 a new issue