diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2022-10-28 23:57:00 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2022-10-29 02:27:14 -0600 |
| commit | 90fb17543fa8f2df2defa3ae9383b4389bb5b5fb (patch) | |
| tree | d5e28588cc156886c5502aa0df1d54d5f6573fcc /spec/open_spec.rb | |
| parent | b58768873ae279239d9590f056df099678d90d5b (diff) | |
remove unused breakable tag in test suite
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}[] |
