mirror of
https://github.com/redmine/redmine.git
synced 2026-02-06 14:50:11 +01: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user