diff options
Diffstat (limited to 'spec/floating_title_spec.rb')
| -rw-r--r-- | spec/floating_title_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/floating_title_spec.rb b/spec/floating_title_spec.rb index a4258896..eae6bb4d 100644 --- a/spec/floating_title_spec.rb +++ b/spec/floating_title_spec.rb @@ -145,7 +145,7 @@ describe 'Asciidoctor::PDF::Converter - Floating Title' do EOS lines = (to_pdf input, pdf_theme: pdf_theme, analyze: :line).lines - pdf = to_pdf input, pdf_theme: pdf_theme, analyze: true, debug: true + pdf = to_pdf input, pdf_theme: pdf_theme, analyze: true (expect lines).to have_size 3 (expect lines[0][:color]).to eql 'AA0000' |
