From: Toshi MARUYAMA Date: Sat, 23 Nov 2019 15:12:12 +0000 (+0000) Subject: cleanup: rubocop: fix Layout/EmptyLines in test/helpers/application_helper_test.rb X-Git-Tag: 4.2.0~1422 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=141b07d0c787afefa02d7712f66d8fa473386eca;p=redmine.git cleanup: rubocop: fix Layout/EmptyLines in test/helpers/application_helper_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19218 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index a04b91d2b..d1f7ca955 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -52,7 +52,6 @@ Layout/EmptyLines: - 'config/routes.rb' - 'db/migrate/001_setup.rb' - 'lib/redmine/sudo_mode.rb' - - 'test/helpers/application_helper_test.rb' # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle. diff --git a/test/helpers/application_helper_test.rb b/test/helpers/application_helper_test.rb index 1d5f70a62..2717b8d24 100644 --- a/test/helpers/application_helper_test.rb +++ b/test/helpers/application_helper_test.rb @@ -1893,7 +1893,6 @@ class ApplicationHelperTest < Redmine::HelperTest assert_match(/name="new_issue-[a-z0-9]{8}"/, labelled_form_for(Issue.new){}) end - private def wiki_links_with_special_characters