summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2022-05-25 16:03:21 -0600
committerDan Allen <dan.j.allen@gmail.com>2022-05-25 16:03:21 -0600
commitad6adec0b7942ea405eb58f0ebb7bdb15219f0a7 (patch)
treee1d2f3437c134c8163b960bad6df8e59ebabbd02
parentbd93ec12fe22997ced588725c3bd0156eae700ce (diff)
remove only flag from test [no ci]
-rw-r--r--spec/title_page_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/title_page_spec.rb b/spec/title_page_spec.rb
index d812c8dc..8cb3b3cc 100644
--- a/spec/title_page_spec.rb
+++ b/spec/title_page_spec.rb
@@ -1228,7 +1228,7 @@ describe 'Asciidoctor::PDF::Converter - Title Page' do
(expect title_page_images[0].data).to eql image_data
end
- it '.only should truncate contents of title page so it does not exceed the height of a single page' do
+ it 'should truncate contents of title page so it does not exceed the height of a single page' do
pdf_theme = {
title_page_title_top: '50%',
title_page_title_font_size: 92,