summaryrefslogtreecommitdiffstats
path: root/test/functional/wiki_controller_test.rb
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2018-12-06 13:23:25 +0000
committerGo MAEDA <maeda@farend.jp>2018-12-06 13:23:25 +0000
commit1d5fd81871f2035dc0721ebbcdbd6da16e39bd5a (patch)
tree9ce4de22cb4e2a07442fb3f6062a20cb0812fe5c /test/functional/wiki_controller_test.rb
parente6e02e5e45e989f56329b920aa277a5c387a6f90 (diff)
downloadredmine-1d5fd81871f2035dc0721ebbcdbd6da16e39bd5a.tar.gz
redmine-1d5fd81871f2035dc0721ebbcdbd6da16e39bd5a.zip
Fix typo (#29503).
git-svn-id: http://svn.redmine.org/redmine/trunk@17691 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional/wiki_controller_test.rb')
-rw-r--r--test/functional/wiki_controller_test.rb2
1 files changed, 1 insertions, 1 deletions
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