summaryrefslogtreecommitdiffstats
path: root/test/functional/help_controller_test.rb
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2024-10-20 07:51:38 +0000
committerGo MAEDA <maeda@farend.jp>2024-10-20 07:51:38 +0000
commit5407fea87338e2de3fb4bbd8edcd671eed910a52 (patch)
treed362b785d363ec394c01747285dedc40d50f5430 /test/functional/help_controller_test.rb
parentd58c2a21eaf97a439c7adf061aa529e58fe51748 (diff)
downloadredmine-5407fea87338e2de3fb4bbd8edcd671eed910a52.tar.gz
redmine-5407fea87338e2de3fb4bbd8edcd671eed910a52.zip
Drop deprecated Redcarpet based Markdown formatter (#40149).
Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23153 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional/help_controller_test.rb')
-rw-r--r--test/functional/help_controller_test.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/functional/help_controller_test.rb b/test/functional/help_controller_test.rb
index 153a6d518..27838aba9 100644
--- a/test/functional/help_controller_test.rb
+++ b/test/functional/help_controller_test.rb
@@ -25,7 +25,6 @@ class HelpControllerTest < Redmine::ControllerTest
def test_get_help_wiki_syntax
formatters = {
:textile => "Wiki Syntax Quick Reference",
- :markdown => "Wiki Syntax Quick Reference (Markdown)",
:common_mark => "Wiki Syntax Quick Reference (CommonMark Markdown (GitHub Flavored))"
}
@@ -42,7 +41,6 @@ class HelpControllerTest < Redmine::ControllerTest
def test_get_help_wiki_syntax_detailed
formatters = {
:textile => "Wiki formatting",
- :markdown => "Wiki formatting (Markdown)",
:common_mark => "Wiki formatting (CommonMark Markdown (GitHub Flavored))"
}