cleanup: rubocop: fix Layout/AlignArguments in test/helpers/issues_helper_test.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@19046 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2019-11-09 17:56:49 +00:00
parent 05d9791e69
commit 5025dc975e

View File

@@ -236,7 +236,7 @@ class IssuesHelperTest < Redmine::HelperTest
assert_equal "Precedes Bug #1: Cannot print recipes added", show_detail(detail, true)
str = link_to("Bug #1", "/issues/1", :class => Issue.find(1).css_classes)
assert_equal "<strong>Precedes</strong> <i>#{str}: Cannot print recipes</i> added",
show_detail(detail, false)
show_detail(detail, false)
end
def test_show_detail_relation_added_with_inexistant_issue