diff --git a/test/test_kramdown.rb b/test/test_kramdown.rb index 342c54d0..f2e5b516 100644 --- a/test/test_kramdown.rb +++ b/test/test_kramdown.rb @@ -179,7 +179,7 @@ class TestKramdown < JekyllUnitTest should "move coderay to syntax_highlighter_opts" do override = { "highlighter" => nil, - "kramdown" => { + "kramdown" => { "syntax_highlighter" => "coderay", "coderay" => { "hello" => "world",