diff options
Diffstat (limited to 'spec/open_spec.rb')
| -rw-r--r-- | spec/open_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/open_spec.rb b/spec/open_spec.rb index 2bc7c948..5003af96 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 be breakable by default', breakable: true do + it 'should be breakable by default' do with_content_spacer 10, 720 do |spacer_path| pdf = to_pdf <<~EOS, analyze: true image::#{spacer_path}[] |
