diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2020-12-17 13:10:56 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2020-12-17 13:10:56 +0000 |
commit | c3054233ab2d38b13cac4b2f7de061769c62cbc6 (patch) | |
tree | f045018bc0b375e2ea01a82166f74aa35f34e7e0 /test/helpers/application_helper_test.rb | |
parent | 9c3ccff80abe82892ad6f511d5df63db5c9c9967 (diff) | |
download | redmine-c3054233ab2d38b13cac4b2f7de061769c62cbc6.tar.gz redmine-c3054233ab2d38b13cac4b2f7de061769c62cbc6.zip |
remove redundant 'return' from ApplicationHelperTest
git-svn-id: http://svn.redmine.org/redmine/trunk@20662 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/helpers/application_helper_test.rb')
-rw-r--r-- | test/helpers/application_helper_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/helpers/application_helper_test.rb b/test/helpers/application_helper_test.rb index 28d47ce5e..4bcbc7530 100644 --- a/test/helpers/application_helper_test.rb +++ b/test/helpers/application_helper_test.rb @@ -2070,7 +2070,7 @@ class ApplicationHelperTest < Redmine::HelperTest private def wiki_links_with_special_characters - return { + { '[[Jack & Coke]]' => link_to("Jack & Coke", "/projects/ecookbook/wiki/Jack_&_Coke", |