diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2020-10-24 03:13:37 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2020-10-24 03:13:37 -0600 |
| commit | 2b90eb16a8e25be35d467b97807a149122429bcf (patch) | |
| tree | 7d61556f196b0d886fb3b24cae3f034320944ca0 /spec/admonition_spec.rb | |
| parent | 15bf8cfc00b2e2c6f0eba8553f3ef6540b91e171 (diff) | |
remove unused instances of analyze option in test suite
Diffstat (limited to 'spec/admonition_spec.rb')
| -rw-r--r-- | spec/admonition_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/admonition_spec.rb b/spec/admonition_spec.rb index 39d11caa..1607b608 100644 --- a/spec/admonition_spec.rb +++ b/spec/admonition_spec.rb @@ -588,7 +588,7 @@ describe 'Asciidoctor::PDF::Converter - Admonition' do end it 'should use original width of SVG icon if height is less than height of admonition block', visual: true do - to_file = to_pdf_file <<~'EOS', 'admonition-custom-svg-fit.pdf', attribute_overrides: { 'docdir' => fixtures_dir }, analyze: :rect + to_file = to_pdf_file <<~'EOS', 'admonition-custom-svg-fit.pdf', attribute_overrides: { 'docdir' => fixtures_dir } :icons: font :iconsdir: |
