summaryrefslogtreecommitdiffstats
path: root/test/integration
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-11-08 01:37:35 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-11-08 01:37:35 +0000
commit5ee9e0f49cb73ed85483684b9a5417f1e217dad6 (patch)
tree91ded31a2e7a8b0f22acd37b39ae5aba073bc09b /test/integration
parent2fc055571379a5a5c0209f78718e28830072aaa6 (diff)
downloadredmine-5ee9e0f49cb73ed85483684b9a5417f1e217dad6.tar.gz
redmine-5ee9e0f49cb73ed85483684b9a5417f1e217dad6.zip
cleanup: rubocop: fix Layout/AlignArguments in test/integration/lib/redmine/menu_manager_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18942 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/integration')
-rw-r--r--test/integration/lib/redmine/menu_manager_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/lib/redmine/menu_manager_test.rb b/test/integration/lib/redmine/menu_manager_test.rb
index 759b14a23..cce9ab697 100644
--- a/test/integration/lib/redmine/menu_manager_test.rb
+++ b/test/integration/lib/redmine/menu_manager_test.rb
@@ -32,7 +32,7 @@ class MenuManagerTest < Redmine::IntegrationTest
def test_project_menu_with_specific_locale
get '/projects/ecookbook/issues',
- :headers => {'HTTP_ACCEPT_LANGUAGE' => 'fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3'}
+ :headers => {'HTTP_ACCEPT_LANGUAGE' => 'fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3'}
assert_select 'div#main-menu' do
assert_select 'li a.activity[href=?]', '/projects/ecookbook/activity', :text => ll('fr', :label_activity)