]> source.dussan.org Git - redmine.git/commitdiff
cleanup: rubocop: fix Layout/AlignArguments in ApplicationHelperTest#test_thumbnail_tag
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 9 Nov 2019 18:16:38 +0000 (18:16 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 9 Nov 2019 18:16:38 +0000 (18:16 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@19054 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/helpers/application_helper_test.rb

index 299d34e398980c31ab5cfb8cf2618166c1bbf4ad..9393ba5730e35aa328e3c806fd93a72e8d403bc6 100644 (file)
@@ -1631,9 +1631,10 @@ class ApplicationHelperTest < Redmine::HelperTest
 
   def test_thumbnail_tag
     a = Attachment.find(3)
-    assert_select_in thumbnail_tag(a),
+    assert_select_in(
+      thumbnail_tag(a),
       'a[href=?][title=?] img[src=?]',
-      "/attachments/3", "logo.gif", "/attachments/thumbnail/3"
+      "/attachments/3", "logo.gif", "/attachments/thumbnail/3")
   end
 
   def test_link_to_project