internetee-registry/spec/fabricators/user_fabricator.rb
2015-01-20 17:49:14 +02:00

8 lines
151 B
Ruby

Fabricator(:user) do
username 'gitlab'
password 'ghyt9e4fu'
email 'info@gitlab.eu'
identity_code '37810013108'
country
roles ['admin']
end