diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2022-06-07 23:55:10 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2022-06-08 01:12:23 -0600 |
| commit | ceda7fb7a56267d1c98b0acf7f4b38cbba857c74 (patch) | |
| tree | 1ad2d9efeefe23cf5ab7470a2d2dcec70b214df9 | |
| parent | b63114c23940c2e62f240562761a8777f8c25353 (diff) | |
remove debug flag on test
| -rw-r--r-- | spec/index_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/index_spec.rb b/spec/index_spec.rb index 5069bea9..21e01a12 100644 --- a/spec/index_spec.rb +++ b/spec/index_spec.rb @@ -902,7 +902,7 @@ describe 'Asciidoctor::PDF::Converter - Index' do end it 'should not push following section to new page if index section does not extend to bottom of second page' do - pdf = to_pdf <<~EOS, analyze: true, debug: true + pdf = to_pdf <<~EOS, analyze: true = Document Title #{('a'..'z').map {|it| %(((#{it}-term))) }.join} |
