fix tests

This commit is contained in:
r888888888
2015-08-18 17:37:07 -07:00
parent 66de9c85a3
commit 341b29ce41
32 changed files with 3205 additions and 3223 deletions

View File

@@ -3,7 +3,7 @@ FactoryGirl.define do
name {(rand(1_000_000) + 10).to_s}
password "password"
password_hash {User.sha1("password")}
email {Faker::Internet.email}
email {FFaker::Internet.email}
default_image_size "large"
base_upload_limit 10
level 20