Skip to content

Commit

Permalink
Update a failing spec. [#24]
Browse files Browse the repository at this point in the history
  • Loading branch information
marnen committed May 29, 2009
1 parent 7eafdc9 commit 439a452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/controllers/sessions_controller_spec.rb
Expand Up @@ -36,7 +36,7 @@
it 'deletes token on logout' do
login_as User.make
get :destroy
response.cookies["auth_token"].should == []
response.cookies["auth_token"].should be_blank
end

it 'logs in with cookie' do
Expand Down

0 comments on commit 439a452

Please sign in to comment.