summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2022-09-01 02:41:22 -0600
committerDan Allen <dan.j.allen@gmail.com>2022-09-01 02:41:22 -0600
commite1e0fb4147f23ebce6a3acd5691827e8bde341ab (patch)
tree196ebd775f9f5c99dbed649f787dcab80ad8c096 /spec
parentb5d490413279187697937e4dd1311221261ec7c4 (diff)
remove debug flag from test suite
Diffstat (limited to 'spec')
-rw-r--r--spec/floating_title_spec.rb2
-rw-r--r--spec/section_spec.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/spec/floating_title_spec.rb b/spec/floating_title_spec.rb
index f37ff5bd..32630f9b 100644
--- a/spec/floating_title_spec.rb
+++ b/spec/floating_title_spec.rb
@@ -118,7 +118,7 @@ describe 'Asciidoctor::PDF::Converter - Floating Title' do
it 'should ignore heading-min-height-after if heading is last child' 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}[]
[discrete]
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