fix migrations, acceptance testing for auth, 32 char username limit

This commit is contained in:
Kyle Drake 2014-04-01 16:34:53 -07:00
parent fdd4017523
commit 5dfc715148
No known key found for this signature in database
GPG key ID: 8BE721072E1864BE
18 changed files with 247 additions and 125 deletions

View file

@ -1,4 +1,4 @@
Fabricator(:site) do
username { Faker::Internet.email }
username { SecureRandom.hex }
password { 'abcde' }
end