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