Add some registrar session specs

This commit is contained in:
Martin Lensment 2015-03-24 16:15:41 +02:00
parent 63c9ed83ee
commit 61da96d18a
3 changed files with 52 additions and 0 deletions

View file

@ -2,6 +2,7 @@
Fabricator(:api_user) do
username { sequence(:username) { |i| "username#{i}" } }
password 'ghyt9e4fu'
identity_code '14212128025'
registrar
active true
end