diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2013-07-06 01:02:21 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2013-07-06 01:02:21 +0000 |
commit | 7ee06dfe0809f5de646ede7c5eba4fa34aec520a (patch) | |
tree | 3668b0a3b7e046e00ed9459d8f5bbbc4f141da8e /test/integration/account_test.rb | |
parent | c5ca4e2622df9faa002f51320ed5b0329844f937 (diff) | |
download | redmine-7ee06dfe0809f5de646ede7c5eba4fa34aec520a.tar.gz redmine-7ee06dfe0809f5de646ede7c5eba4fa34aec520a.zip |
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
Diffstat (limited to 'test/integration/account_test.rb')
-rw-r--r-- | test/integration/account_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/account_test.rb b/test/integration/account_test.rb index eb55f551b..1f9741b33 100644 --- a/test/integration/account_test.rb +++ b/test/integration/account_test.rb @@ -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 |