Unsign auth token cookies per discussion on #215

This commit is contained in:
tms
2013-02-23 13:40:21 -05:00
parent 20d6152bb4
commit 3e6641c07e
3 changed files with 4 additions and 3 deletions

View File

@ -38,7 +38,7 @@ describe SessionController do
end
it 'sets a cookie with the auth token' do
cookies.signed[:_t].should == user.auth_token
cookies[:_t].should == user.auth_token
end
end