mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 00:42:04 +02:00
7 lines
157 B
Ruby
7 lines
157 B
Ruby
Fabricator(:registrar) do
|
|
name 'Registrar OÜ'
|
|
reg_no '12345678'
|
|
address 'Street 999, Town, County, Postal'
|
|
email 'info@registrar1.ee'
|
|
country
|
|
end
|