diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2023-08-04 23:32:50 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2023-08-05 15:07:24 -0600 |
| commit | 1a9bf54674c8235053f196994c6ae3202e803468 (patch) | |
| tree | b4188d201f65a4f9d472143762fca4b9fa142584 | |
| parent | a25a324ea1523f40b8a236ab98c888da2584fbde (diff) | |
remove debug flag
| -rw-r--r-- | spec/section_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/section_spec.rb b/spec/section_spec.rb index 860c750a..1c40f9c8 100644 --- a/spec/section_spec.rb +++ b/spec/section_spec.rb @@ -1184,7 +1184,7 @@ describe 'Asciidoctor::PDF::Converter - Section' do it 'should force section title with text transform to next page to keep with first line of section content' do with_content_spacer 200, 600 do |spacer_path| - pdf = to_pdf <<~END, pdf_theme: { heading_text_transform: 'uppercase' }, analyze: true, debug: true + pdf = to_pdf <<~END, pdf_theme: { heading_text_transform: 'uppercase' }, analyze: true image::#{spacer_path}[pdfwidth=80mm] == A long heading with uppercase characters |
