diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2022-08-31 01:23:12 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2022-08-31 01:23:12 -0600 |
| commit | 002ae50ece9e0a09d5502a8e4f652abf0b9eb6db (patch) | |
| tree | 07fa3e283f91d8f21a379fbf26a49a3b771707cb | |
| parent | 61176101ca3648319eb6d2bd5c01c4644da7c919 (diff) | |
fix test descriptions [skip ci]
| -rw-r--r-- | spec/section_spec.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/section_spec.rb b/spec/section_spec.rb index 914b121c..42ff43c9 100644 --- a/spec/section_spec.rb +++ b/spec/section_spec.rb @@ -1131,7 +1131,7 @@ describe 'Asciidoctor::PDF::Converter - Section' do (expect content_text[:page_number]).to be 1 end - it 'should not force section title to next page to keep with content if heading_min_height_after is zero' do + it 'should not force section title to next page to keep with content if heading-min-height-after theme key is zero' do pdf = to_pdf <<~EOS, pdf_theme: { heading_min_height_after: 0 }, analyze: true == Section A @@ -1204,7 +1204,7 @@ describe 'Asciidoctor::PDF::Converter - Section' do (expect content_text[:page_number]).to be 2 end - it 'should keep section with first block of content if heading_min_height_after key is auto' do + it 'should keep section with first block of content if heading-min-height-after theme key is auto' do pdf = to_pdf <<~EOS, pdf_theme: { heading_min_height_after: 'auto' }, analyze: true == Section A |
