mirror of
https://github.com/redmine/redmine.git
synced 2026-03-03 19:11:28 +01:00
Fix typo (#29503).
git-svn-id: http://svn.redmine.org/redmine/trunk@17691 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user