learn-co-curriculum / sinatra-secure-password-lab

Other
0 stars 398 forks source link

tests require session id key to be :id instead of :user_id #9

Closed flats closed 8 years ago

flats commented 8 years ago

The tests want the user's id to be stored in session[:id], but the pre-written code uses session[:user_id].

SophieDeBenedetto commented 8 years ago

hey @flats, thanks again. fixed with most recent commit