internetee-registry/spec/fabricators/user_fabricator.rb
2014-09-25 16:37:36 +03:00

8 lines
148 B
Ruby

Fabricator(:user) do
username 'gitlab'
password 'ghyt9e4fu'
email 'info@gitlab.eu'
identity_code '37810013108'
admin true
registrar
end