mirror of
https://github.com/internetee/registry.git
synced 2025-07-01 08:43:37 +02:00
parent
16ebdc6c90
commit
e6069e06a9
3 changed files with 33 additions and 0 deletions
|
@ -12,5 +12,14 @@ FactoryGirl.define do
|
|||
ident_type 'priv'
|
||||
ident_country_code 'EE'
|
||||
registrar
|
||||
|
||||
factory :contact_private_entity do
|
||||
ident_type 'priv'
|
||||
end
|
||||
|
||||
factory :contact_legal_entity do
|
||||
ident_type 'org'
|
||||
ident '12345678' # valid reg no for .ee
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue