From: Toshi MARUYAMA Date: Sat, 9 Nov 2019 16:33:11 +0000 (+0000) Subject: cleanup: rubocop: fix Layout/AlignArguments in ApplicationHelperTest#test_attached_im... X-Git-Tag: 4.1.0~71 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9a76c5868840553b2b54e705549d8b12b3024264;p=redmine.git cleanup: rubocop: fix Layout/AlignArguments in ApplicationHelperTest#test_attached_images_with_hires_naming git-svn-id: http://svn.redmine.org/redmine/trunk@19032 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/test/helpers/application_helper_test.rb b/test/helpers/application_helper_test.rb index 29d727cdc..d196e1c3a 100644 --- a/test/helpers/application_helper_test.rb +++ b/test/helpers/application_helper_test.rb @@ -184,8 +184,9 @@ class ApplicationHelperTest < Redmine::HelperTest def test_attached_images_with_hires_naming attachment = Attachment.generate!(:filename => 'image@2x.png') - assert_equal %(

), - textilizable("!image@2x.png!", :attachments => [attachment]) + assert_equal( + %(

), + textilizable("!image@2x.png!", :attachments => [attachment])) end def test_attached_images_filename_extension