diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2020-05-20 23:48:41 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2020-05-21 01:58:46 -0600 |
| commit | cc9429b6fff47287a318d6b7f5fd1d1e6148414b (patch) | |
| tree | 41d4889c4a55905338068d75e1e3288c5c42f111 /spec/list_spec.rb | |
| parent | 98273ef16d73e74def9b762ad36adaeab620e790 (diff) | |
fix broken tests
Diffstat (limited to 'spec/list_spec.rb')
| -rw-r--r-- | spec/list_spec.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/list_spec.rb b/spec/list_spec.rb index 7a8acd51..dc5e4bf5 100644 --- a/spec/list_spec.rb +++ b/spec/list_spec.rb @@ -45,7 +45,7 @@ describe 'Asciidoctor::PDF::Converter - List' do end it 'should disable indent for list if outline_list_indent is 0' do - pdf = to_pdf <<~'EOS', analyze: true + pdf = to_pdf <<~'EOS', pdf_theme: { outline_list_indent: 0 }, analyze: true before * a @@ -120,7 +120,7 @@ describe 'Asciidoctor::PDF::Converter - List' do end it 'should disable indent for no-bullet list if outline_list_indent is 0' do - pdf = to_pdf <<~'EOS', analyze: true + pdf = to_pdf <<~'EOS', pdf_theme: { outline_list_indent: 0 }, analyze: true before [no-bullet] |
