From: Go MAEDA Date: Thu, 6 Dec 2018 13:23:25 +0000 (+0000) Subject: Fix typo (#29503). X-Git-Tag: 4.0.0~13 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1d5fd81871f2035dc0721ebbcdbd6da16e39bd5a;p=redmine.git Fix typo (#29503). git-svn-id: http://svn.redmine.org/redmine/trunk@17691 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/test/functional/wiki_controller_test.rb b/test/functional/wiki_controller_test.rb index bf81cb73e..f8c50b481 100644 --- a/test/functional/wiki_controller_test.rb +++ b/test/functional/wiki_controller_test.rb @@ -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