From: Toshi MARUYAMA Date: Sat, 6 Jul 2013 01:02:21 +0000 (+0000) Subject: gender neutral source comment at test/integration/account_test.rb X-Git-Tag: 2.4.0~225 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7ee06dfe0809f5de646ede7c5eba4fa34aec520a;p=redmine.git 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 --- 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