mirror of
https://github.com/redmine/redmine.git
synced 2025-11-02 19:36:00 +01:00
remove redundant 'return' from ApplicationHelperTest
git-svn-id: http://svn.redmine.org/redmine/trunk@20662 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -2070,7 +2070,7 @@ class ApplicationHelperTest < Redmine::HelperTest
|
|||||||
private
|
private
|
||||||
|
|
||||||
def wiki_links_with_special_characters
|
def wiki_links_with_special_characters
|
||||||
return {
|
{
|
||||||
'[[Jack & Coke]]' =>
|
'[[Jack & Coke]]' =>
|
||||||
link_to("Jack & Coke",
|
link_to("Jack & Coke",
|
||||||
"/projects/ecookbook/wiki/Jack_&_Coke",
|
"/projects/ecookbook/wiki/Jack_&_Coke",
|
||||||
|
|||||||
Reference in New Issue
Block a user