diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2022-04-12 02:39:58 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2022-04-12 02:40:07 -0600 |
| commit | f940c5d51686c55e7cf469f0c1bd635a8f9e4c3a (patch) | |
| tree | 646b988291086b1635ef63d346dd0831bec28ad6 /spec/verse_spec.rb | |
| parent | 147aba4118d00a780376140729ad52fadaa340f2 (diff) | |
remove debug tags from test suite [skip ci]
Diffstat (limited to 'spec/verse_spec.rb')
| -rw-r--r-- | spec/verse_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/verse_spec.rb b/spec/verse_spec.rb index 1b5486f5..f7406fe7 100644 --- a/spec/verse_spec.rb +++ b/spec/verse_spec.rb @@ -180,7 +180,7 @@ describe 'Asciidoctor::PDF::Converter - Verse' do ____ EOS - pdf = to_pdf input, attribute_overrides: { 'pdf-theme' => 'base' }, analyze: true, debug: true + pdf = to_pdf input, attribute_overrides: { 'pdf-theme' => 'base' }, analyze: true lines = (to_pdf input, attribute_overrides: { 'pdf-theme' => 'base' }, analyze: :line).lines (expect lines).to have_size 1 top = lines[0][:from][:y] |
