]> source.dussan.org Git - redmine.git/commitdiff
remove redundant 'return' from ApplicationHelperTest
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 17 Dec 2020 13:10:56 +0000 (13:10 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 17 Dec 2020 13:10:56 +0000 (13:10 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@20662 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/helpers/application_helper_test.rb

index 28d47ce5eb25fbb5c6234751c07921ab07bb0f76..4bcbc7530b96aaec930c60aa2782ce369c7fd65e 100644 (file)
@@ -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",