diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2019-12-18 23:51:55 -0700 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2019-12-19 13:46:11 -0700 |
| commit | 3fd8a23b038e2f42b4dd6b879f76cc0ede2fbb90 (patch) | |
| tree | c09777031cc7c79191be0c9b5a69ee3be1a3cbf9 /spec/open_spec.rb | |
| parent | 1709800a26338438b85f5b3c31f2ab3418e47eae (diff) | |
add missing visual tag on open block tests
Diffstat (limited to 'spec/open_spec.rb')
| -rw-r--r-- | spec/open_spec.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/open_spec.rb b/spec/open_spec.rb index de396056..73e4e8f5 100644 --- a/spec/open_spec.rb +++ b/spec/open_spec.rb @@ -3,7 +3,7 @@ require_relative 'spec_helper' describe 'Asciidoctor::PDF::Converter - Open' do - it 'should keep block together when it has the unbreakable option' do + it 'should keep block together when it has the unbreakable option', visual: true do to_file = to_pdf_file <<~EOS, 'open-unbreakable-option-fit.pdf' Make it rain.footnote:[money] @@ -28,7 +28,7 @@ describe 'Asciidoctor::PDF::Converter - Open' do (expect to_file).to visually_match 'open-unbreakable-option-fit.pdf' end - it 'should break an unbreakable block if it does not fit on one page' do + it 'should break an unbreakable block if it does not fit on one page', visual: true do to_file = to_pdf_file <<~EOS, 'open-unbreakable-option-break.pdf' Make it rain.footnote:[money] |
