]> source.dussan.org Git - redmine.git/commitdiff
gender neutral source comment at test/integration/account_test.rb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 6 Jul 2013 01:02:21 +0000 (01:02 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 6 Jul 2013 01:02:21 +0000 (01:02 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11991 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/integration/account_test.rb

index eb55f551b85d2e0c8770cebcc7c94eb6a7e57d28..1f9741b339038f4cc417498f5360f4f390e24e0b 100644 (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