Browse Source

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
tags/4.1.0
Toshi MARUYAMA 4 years ago
parent
commit
5025dc975e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      test/helpers/issues_helper_test.rb

+ 1
- 1
test/helpers/issues_helper_test.rb 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

Loading…
Cancel
Save