diff options
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 e9602c4c..52c3f377 100644 --- a/spec/page_spec.rb +++ b/spec/page_spec.rb @@ -1404,7 +1404,7 @@ describe 'Asciidoctor::PDF::Converter - Page' do (expect to_file).to visually_match 'page-background-image-fill.pdf' end - it 'should allow remote image in SVG to be read if allow-uri-read attribute is set', visual: true, network: true do + it 'should allow remote image in SVG to be read if allow-uri-read attribute is set', network: true, visual: true do to_file = to_pdf_file <<~'EOS', 'page-background-image-svg-with-remote-image.pdf', attribute_overrides: { 'allow-uri-read' => '' } :page-background-image: image:svg-with-remote-image.svg[fit=none,position=top] |
