mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 01:11:43 +02:00
Remove unneccessary country
This commit is contained in:
parent
b86e2d1edb
commit
62fa762627
7 changed files with 4 additions and 89 deletions
|
@ -1,4 +0,0 @@
|
|||
Fabricator(:country) do
|
||||
iso 'EE'
|
||||
name 'Estonia'
|
||||
end
|
|
@ -3,5 +3,5 @@ Fabricator(:registrar) do
|
|||
reg_no '12345678'
|
||||
address 'Street 999, Town, County, Postal'
|
||||
email 'info@registrar1.ee'
|
||||
country
|
||||
country_code 'EE'
|
||||
end
|
||||
|
|
|
@ -3,6 +3,6 @@ Fabricator(:user) do
|
|||
password 'ghyt9e4fu'
|
||||
email 'info@gitlab.eu'
|
||||
identity_code '37810013108'
|
||||
country
|
||||
country_code 'EE'
|
||||
roles ['admin']
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue