@@ -30,7 +30,7 class MenuManagerTest < ActionController::IntegrationTest | |||||
30 | :workflows |
|
30 | :workflows | |
31 |
|
31 | |||
32 | def test_project_menu_with_specific_locale |
|
32 | def test_project_menu_with_specific_locale | |
33 |
get 'projects/ecookbook/issues', { }, ' |
|
33 | get 'projects/ecookbook/issues', { }, 'HTTP_ACCEPT_LANGUAGE' => 'fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3' | |
34 |
|
34 | |||
35 | assert_tag :div, :attributes => { :id => 'main-menu' }, |
|
35 | assert_tag :div, :attributes => { :id => 'main-menu' }, | |
36 | :descendant => { :tag => 'li', :child => { :tag => 'a', :content => ll('fr', :label_activity), |
|
36 | :descendant => { :tag => 'li', :child => { :tag => 'a', :content => ll('fr', :label_activity), |
General Comments 0
You need to be logged in to leave comments.
Login now