summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2022-08-06 03:20:09 -0600
committerDan Allen <dan.j.allen@gmail.com>2022-08-06 03:20:09 -0600
commitd3c67683c06ff8b0ee633da7a4fa731c1962e954 (patch)
tree93e11fbbb4f8222b5ac42efd4eac932661a15c92
parent8d4c351b03827d1f6d6dd981e559dcbb7f270708 (diff)
fix typo in test descriptions [no ci]
-rw-r--r--spec/image_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/image_spec.rb b/spec/image_spec.rb
index 71f6654d..f01b9083 100644
--- a/spec/image_spec.rb
+++ b/spec/image_spec.rb
@@ -661,7 +661,7 @@ describe 'Asciidoctor::PDF::Converter - Image' do
(expect to_file).to visually_match 'image-svg-scale-to-fit-page.pdf'
end
- it 'should place SVG in correct column when page colums are enabled' do
+ it 'should place SVG in correct column when page columns are enabled' do
pdf_theme = {
page_columns: 2,
page_column_gap: 12,
@@ -687,7 +687,7 @@ describe 'Asciidoctor::PDF::Converter - Image' do
(expect gs_p1[1]).to include %(#{column_left} 181.89 200.0 600.0 re)
end
- it 'should center SVG in right column when page colums are enabled', visual: true do
+ it 'should center SVG in right column when page columns are enabled', visual: true do
pdf_theme = {
page_columns: 2,
page_column_gap: 12,