Use 'enable_coderay' in the tests.
This commit is contained in:
parent
039c521e8c
commit
c24c6b7f3d
|
@ -14,7 +14,7 @@ class TestKramdown < Test::Unit::TestCase
|
|||
'toc_levels' => '1..6',
|
||||
'smart_quotes' => 'lsquo,rsquo,ldquo,rdquo',
|
||||
|
||||
'use_coderay' => true,
|
||||
'enable_coderay' => true,
|
||||
'coderay_bold_every'=> 12,
|
||||
'coderay' => {
|
||||
'coderay_css' => :style,
|
||||
|
|
Loading…
Reference in New Issue