summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2023-01-02 04:07:11 -0700
committerDan Allen <dan.j.allen@gmail.com>2023-01-02 04:07:11 -0700
commitbc5e2b1012e7bec0108a0c2cff58da5b4d5f8b80 (patch)
tree5f24a9216e98fd4750b4383d01d5c8c4c327e54e /spec
parentd3e59c9b74c32fc9733c4e31d80e13ae5e266e8f (diff)
fix invalid test scenario
Diffstat (limited to 'spec')
-rw-r--r--spec/page_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/page_spec.rb b/spec/page_spec.rb
index 4a7f89ea..57347398 100644
--- a/spec/page_spec.rb
+++ b/spec/page_spec.rb
@@ -1162,7 +1162,7 @@ describe 'Asciidoctor::PDF::Converter - Page' do
to_file = to_pdf_file <<~'END', 'page-background-image-block-macro.pdf'
= Document Title
:doctype: book
- :page-background-image: image:bg.png[]
+ :page-background-image: image::bg.png[]
content
END