From 1a9bf54674c8235053f196994c6ae3202e803468 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Fri, 4 Aug 2023 23:32:50 -0600 Subject: remove debug flag --- spec/section_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3