updates from production

This commit is contained in:
Lee Lawlor
2014-09-23 20:29:52 -04:00
parent 476d3ae6b3
commit 85056c9d17
7 changed files with 4 additions and 36 deletions

View File

@ -2,13 +2,13 @@ FactoryGirl.define do
factory :user do
sequence(:login) {|n| "name#{n}" }
sequence(:email) {|n| "email#{n}@example.com" }
sequence(:authentication_token) {|n| "token#{n}" }
password "foobar88"
password_confirmation {|u| u.password}
bio ""
website ""
time_zone "London"
api_key 'ED1HVHNEH2BZD0AB'
authentication_token '123456token'
end
end