diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2022-09-01 02:41:22 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2022-09-01 02:41:22 -0600 |
| commit | e1e0fb4147f23ebce6a3acd5691827e8bde341ab (patch) | |
| tree | 196ebd775f9f5c99dbed649f787dcab80ad8c096 /spec/section_spec.rb | |
| parent | b5d490413279187697937e4dd1311221261ec7c4 (diff) | |
remove debug flag from test suite
Diffstat (limited to 'spec/section_spec.rb')
| -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 0dc443d8..d9cd413f 100644 --- a/spec/section_spec.rb +++ b/spec/section_spec.rb @@ -1118,7 +1118,7 @@ describe 'Asciidoctor::PDF::Converter - Section' do it 'should ignore heading-min-height-after if section is empty' do pdf = with_content_spacer 10, 650 do |spacer_path| - to_pdf <<~EOS, pdf_theme: { heading_min_height_after: 100, heading_font_color: 'AA0000' }, analyze: true, debug: true + to_pdf <<~EOS, pdf_theme: { heading_min_height_after: 100, heading_font_color: 'AA0000' }, analyze: true image::#{spacer_path}[] == Heading Fits |
