Basic ident and phone validations

This commit is contained in:
Andres Keskküla 2014-07-25 14:19:21 +03:00
parent 256f564327
commit 1645b3e96f
6 changed files with 45 additions and 3 deletions

View file

@ -0,0 +1,6 @@
Fabricator(:contact) do
name Faker::Name.name
phone '+372.12345678'
email Faker::Internet.email
ident '37605030299'
end