diff options
| -rw-r--r-- | spec/title_page_spec.rb | 2 |
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, |
