]> source.dussan.org Git - redmine.git/commitdiff
Fix typo (#29503).
authorGo MAEDA <maeda@farend.jp>
Thu, 6 Dec 2018 13:23:25 +0000 (13:23 +0000)
committerGo MAEDA <maeda@farend.jp>
Thu, 6 Dec 2018 13:23:25 +0000 (13:23 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@17691 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/functional/wiki_controller_test.rb

index bf81cb73e01164228a8aa1fe7036da4251a8d9b6..f8c50b481dea170de534df043f8a8654363f18a3 100644 (file)
@@ -1190,7 +1190,7 @@ class WikiControllerTest < Redmine::ControllerTest
     assert_response :success
     assert_select 'head>meta[name="robots"][content=?]', 'noindex,follow,noarchive'
 
-    # No robots meta tag in the current page
+    # No robots meta tag in the current version
     get :show, :params => {:project_id => 'ecookbook', :id => 'CookBook_documentation'}
     assert_response :success
     assert_select 'head>meta[name="robots"]', false