diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2021-06-22 23:55:35 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2021-06-23 00:26:00 -0600 |
| commit | 33b37a5fd12db84cc07964913adb702046518295 (patch) | |
| tree | 12c6aa5ec0c1cad42c6b11ea48b3d3332123858f /spec/page_spec.rb | |
| parent | 95c497803ae7f64281b7a9abaf4fdbf8a8fabd2a (diff) | |
fix lint error
Diffstat (limited to 'spec/page_spec.rb')
| -rw-r--r-- | spec/page_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/page_spec.rb b/spec/page_spec.rb index af0d9788..e2e885a9 100644 --- a/spec/page_spec.rb +++ b/spec/page_spec.rb @@ -954,7 +954,7 @@ describe 'Asciidoctor::PDF::Converter - Page' do (expect to_file).to visually_match 'page-background-image-svg-with-image-disabled.pdf' end - # NOTE this is a negative test that should be reversed once support is added + # NOTE: this is a negative test that should be reversed once support is added it 'should not warn if background SVG has warnings', visual: true do (expect do to_file = to_pdf_file <<~'EOS', 'page-background-image-svg-faulty.pdf' |
