summaryrefslogtreecommitdiffstats
path: root/test/helpers/application_helper_test.rb
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2020-12-17 13:10:56 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2020-12-17 13:10:56 +0000
commitc3054233ab2d38b13cac4b2f7de061769c62cbc6 (patch)
treef045018bc0b375e2ea01a82166f74aa35f34e7e0 /test/helpers/application_helper_test.rb
parent9c3ccff80abe82892ad6f511d5df63db5c9c9967 (diff)
downloadredmine-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.rb2
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",