From 8e6014a9f8c99d51b532ab38a110ea2bd017092b Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Sat, 9 Nov 2019 18:16:15 +0000 Subject: cleanup: rubocop: fix Layout/AlignArguments in ApplicationHelperTest#test_section_edit_links git-svn-id: http://svn.redmine.org/redmine/trunk@19052 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/helpers/application_helper_test.rb | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'test') diff --git a/test/helpers/application_helper_test.rb b/test/helpers/application_helper_test.rb index 217d46589..8e5a3a03a 100644 --- a/test/helpers/application_helper_test.rb +++ b/test/helpers/application_helper_test.rb @@ -1470,18 +1470,19 @@ class ApplicationHelperTest < Redmine::HelperTest :project_id => '1', :id => 'Test'} ).gsub("\n", "") # heading that contains inline code - assert_match Regexp.new('
' + + assert_match( + Regexp.new('' + '' + '

Subtitle with inline code

'), - result - + result) # last heading - assert_match Regexp.new('
' + + assert_match( + Regexp.new('' + '' + '

Subtitle after pre tag

'), - result + result) end def test_default_formatter -- cgit v1.2.3