From 2cffbf1d45e0ccabc338adb583284dfe437b9b22 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Sun, 26 Aug 2018 11:37:13 +0000 Subject: Fix typo in test name: s/highligth/highlight/ (#29440). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@17477 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/unit/lib/redmine/wiki_formatting/markdown_formatter_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/unit/lib') diff --git a/test/unit/lib/redmine/wiki_formatting/markdown_formatter_test.rb b/test/unit/lib/redmine/wiki_formatting/markdown_formatter_test.rb index 54c484567..07d17efa7 100644 --- a/test/unit/lib/redmine/wiki_formatting/markdown_formatter_test.rb +++ b/test/unit/lib/redmine/wiki_formatting/markdown_formatter_test.rb @@ -58,7 +58,7 @@ class Redmine::WikiFormatting::MarkdownFormatterTest < ActionView::TestCase assert_include 'version:"1.0"', @formatter.new(text).to_html end - def test_should_support_syntax_highligth + def test_should_support_syntax_highlight text = <<-STR ~~~ruby def foo -- cgit v1.2.3