diff --git a/test/test_tags.rb b/test/test_tags.rb index ec8f7124..f1fb9c4c 100644 --- a/test/test_tags.rb +++ b/test/test_tags.rb @@ -464,21 +464,21 @@ CONTENT } end -# context "with pygments enabled" do -# setup do -# @markdown = Converters::Markdown.new @config.merge({ 'pygments' => true }) -# end + context "with pygments enabled" do + setup do + @markdown = Converters::Markdown.new @config.merge({ 'pygments' => true }) + end -# should "render fenced code blocks with syntax highlighting" do -# assert_equal "
puts "Hello world"\n
puts "Hello world"\n