Remove unneccessary country

This commit is contained in:
Martin Lensment 2015-02-02 12:53:16 +02:00
parent b86e2d1edb
commit 62fa762627
7 changed files with 4 additions and 89 deletions

View file

@ -1,4 +0,0 @@
Fabricator(:country) do
iso 'EE'
name 'Estonia'
end

View file

@ -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

View file

@ -3,6 +3,6 @@ Fabricator(:user) do
password 'ghyt9e4fu'
email 'info@gitlab.eu'
identity_code '37810013108'
country
country_code 'EE'
roles ['admin']
end