Rails update, request validation

This commit is contained in:
Martin Lensment 2014-07-03 16:08:53 +03:00
parent 4744a35dd9
commit 4684b311a2
13 changed files with 1047 additions and 70 deletions

View file

@ -1,6 +1,6 @@
Fabricator(:epp_user) do
username 'test'
password 'test'
username 'gitlab'
password 'ghyt9e4fu'
registrar
active true
end