diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-11-08 12:03:33 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-11-08 12:03:33 +0000 |
commit | 660d4fd546487c1a8180ed832a1ce92b081a286f (patch) | |
tree | cf72730db6f4c60e33ff9fac5778c225bba3c3a6 | |
parent | e5da7debceb411d8c5008b84063bad7bb26b7a16 (diff) | |
download | redmine-660d4fd546487c1a8180ed832a1ce92b081a286f.tar.gz redmine-660d4fd546487c1a8180ed832a1ce92b081a286f.zip |
cleanup: rubocop: fix Layout/AlignArguments in test/system/my_page_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18953 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | test/system/my_page_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/system/my_page_test.rb b/test/system/my_page_test.rb index 90b4d9a57..f39a39b68 100644 --- a/test/system/my_page_test.rb +++ b/test/system/my_page_test.rb @@ -65,7 +65,7 @@ class MyPageTest < ApplicationSystemTestCase assert page.has_css?('#block-issueswatched') assert_equal({'top' => ['issueswatched', 'issuesassignedtome']}, - preferences.reload.my_page_layout) + preferences.reload.my_page_layout) end def test_add_issue_query_block |