internetee-registry/spec/fabricators/api_user_fabricator.rb
2015-01-29 14:13:49 +02:00

6 lines
98 B
Ruby

Fabricator(:api_user) do
username 'gitlab'
password 'ghyt9e4fu'
registrar
active true
end