update authentication system to Devise
This commit is contained in:
@ -2,12 +2,13 @@ FactoryGirl.define do
|
||||
factory :user do
|
||||
sequence(:login) {|n| "name#{n}" }
|
||||
sequence(:email) {|n| "email#{n}@example.com" }
|
||||
password "foobar"
|
||||
password "foobar88"
|
||||
password_confirmation {|u| u.password}
|
||||
bio ""
|
||||
website ""
|
||||
time_zone "London"
|
||||
api_key 'ED1HVHNEH2BZD0AB'
|
||||
authentication_token '123456token'
|
||||
end
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user