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

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