1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-20 15:31:12 +00:00

cleanup: rubocop: fix Layout/AlignArguments in ApplicationHelperTest#test_thumbnail_tag

git-svn-id: http://svn.redmine.org/redmine/trunk@19054 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2019-11-09 18:16:38 +00:00
parent 22bce3517b
commit 28ae34b68f

View 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