summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorMarat Radchenko <marat@slonopotamus.org>2021-01-08 03:11:35 +0300
committerGitHub <noreply@github.com>2021-01-08 03:11:35 +0300
commit3c30514d86bee6ffbffe84952fe605041f6af76c (patch)
tree944e2708a5fd4544d3895d4c80d25767e5fb6eac /spec
parenta05dba8cdeeb11b6b921a3f5a98328d64d749888 (diff)
use pygments.rb 2.0.0 in CI (#387)
Diffstat (limited to 'spec')
-rw-r--r--spec/highlight_spec.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/highlight_spec.rb b/spec/highlight_spec.rb
index 578a607..89508c4 100644
--- a/spec/highlight_spec.rb
+++ b/spec/highlight_spec.rb
@@ -17,8 +17,6 @@ describe 'Asciidoctor::Epub3::Converter - Highlight' do
end
it 'highlights code listings with pygments.rb' do
- skip 'pygments.rb hangs on JRuby for Windows: https://github.com/asciidoctor/asciidoctor-epub3/issues/253' if RUBY_ENGINE == 'jruby' && Gem.win_platform?
-
book, = to_epub fixture_file('source_highlight.adoc'), attributes: { 'source-highlighter' => 'pygments' }
article = book.item_by_href 'source_highlight.xhtml'
expect(article).not_to be_nil