diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-11-23 15:12:12 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-11-23 15:12:12 +0000 |
commit | 141b07d0c787afefa02d7712f66d8fa473386eca (patch) | |
tree | 8b088c62d95c508969a0327a99df917d513465be /test/helpers | |
parent | c19550ddc139cad030c6b6498f0854dd14912cfd (diff) | |
download | redmine-141b07d0c787afefa02d7712f66d8fa473386eca.tar.gz redmine-141b07d0c787afefa02d7712f66d8fa473386eca.zip |
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
Diffstat (limited to 'test/helpers')
-rw-r--r-- | test/helpers/application_helper_test.rb | 1 |
1 files changed, 0 insertions, 1 deletions
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 |