We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17c64d4 commit 926f0a6Copy full SHA for 926f0a6
spec/toc_spec.rb
@@ -38,7 +38,7 @@
38
(expect pdf.find_text 'Introduction', page_number: 3).not_to be_empty
39
end
40
41
- it 'should space items in toc evently even if title is entirely monospace' do
+ it 'should space items in toc evenly even if title is entirely monospace' do
42
pdf = to_pdf <<~'EOS', doctype: :book, analyze: true
43
= Document Title
44
:toc:
@@ -381,7 +381,7 @@
381
(expect toc_entry[:dest][:label]).to eql '2'
382
383
384
- it 'should not toc at default location if document has no sections' do
+ it 'should not insert toc at default location if document has no sections' do
385
pdf = to_pdf <<~'EOS', analyze: true
386
387
0 commit comments