gender neutral source comment at test/integration/account_test.rb

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11991 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2013-07-06 01:02:21 +00:00
parent c5ca4e2622
commit 7ee06dfe08
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ class AccountTest < ActionController::IntegrationTest
user.update_attribute :last_login_on, nil
assert_nil user.reload.last_login_on
# User comes back with his autologin cookie
# User comes back with user's autologin cookie
cookies[:autologin] = token.value
get '/my/page'
assert_response :success