Skip to content

Commit c305423

Browse files
committed
remove redundant 'return' from ApplicationHelperTest
git-svn-id: http://svn.redmine.org/redmine/trunk@20662 e93f8b46-1217-0410-a6f0-8f06a7374b81
1 parent 9c3ccff commit c305423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/helpers/application_helper_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2070,7 +2070,7 @@ def test_export_csv_encoding_select_tag_should_have_two_option_when_general_csv_
20702070
private
20712071

20722072
def wiki_links_with_special_characters
2073-
return {
2073+
{
20742074
'[[Jack & Coke]]' =>
20752075
link_to("Jack & Coke",
20762076
"/projects/ecookbook/wiki/Jack_&_Coke",

0 commit comments

Comments
 (0)