mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 20:18:22 +02:00
Basic ident and phone validations
This commit is contained in:
parent
256f564327
commit
1645b3e96f
6 changed files with 45 additions and 3 deletions
6
spec/fabricators/contact_fabricator.rb
Normal file
6
spec/fabricators/contact_fabricator.rb
Normal file
|
@ -0,0 +1,6 @@
|
|||
Fabricator(:contact) do
|
||||
name Faker::Name.name
|
||||
phone '+372.12345678'
|
||||
email Faker::Internet.email
|
||||
ident '37605030299'
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue