mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-19 15:01:14 +00:00
Fix typo (#29503).
git-svn-id: http://svn.redmine.org/redmine/trunk@17691 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
e6e02e5e45
commit
1d5fd81871
@ -1190,7 +1190,7 @@ class WikiControllerTest < Redmine::ControllerTest
|
|||||||
assert_response :success
|
assert_response :success
|
||||||
assert_select 'head>meta[name="robots"][content=?]', 'noindex,follow,noarchive'
|
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'}
|
get :show, :params => {:project_id => 'ecookbook', :id => 'CookBook_documentation'}
|
||||||
assert_response :success
|
assert_response :success
|
||||||
assert_select 'head>meta[name="robots"]', false
|
assert_select 'head>meta[name="robots"]', false
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user