diff options
Diffstat (limited to 'test/helpers/application_helper_test.rb')
-rw-r--r-- | test/helpers/application_helper_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/helpers/application_helper_test.rb b/test/helpers/application_helper_test.rb index 3ffa24281..fabaa31ed 100644 --- a/test/helpers/application_helper_test.rb +++ b/test/helpers/application_helper_test.rb @@ -1669,7 +1669,7 @@ class ApplicationHelperTest < Redmine::HelperTest end end - if Object.const_defined?(:CommonMarker) + if Object.const_defined?(:Commonmarker) def test_toc_with_markdown_formatting_should_be_parsed with_settings :text_formatting => 'common_mark' do assert_select_in textilizable("{{toc}}\n\n# Heading"), 'ul.toc li', :text => 'Heading' |