summaryrefslogtreecommitdiff
path: root/spec/list_spec.rb
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2020-05-20 23:48:41 -0600
committerDan Allen <dan.j.allen@gmail.com>2020-05-21 01:58:46 -0600
commitcc9429b6fff47287a318d6b7f5fd1d1e6148414b (patch)
tree41d4889c4a55905338068d75e1e3288c5c42f111 /spec/list_spec.rb
parent98273ef16d73e74def9b762ad36adaeab620e790 (diff)
fix broken tests
Diffstat (limited to 'spec/list_spec.rb')
-rw-r--r--spec/list_spec.rb4
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]