Skip to content

Commit

Permalink
fix typos in test descriptions [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Mar 9, 2024
1 parent 17c64d4 commit 926f0a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/toc_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
(expect pdf.find_text 'Introduction', page_number: 3).not_to be_empty
end

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
pdf = to_pdf <<~'EOS', doctype: :book, analyze: true
= Document Title
:toc:
Expand Down Expand Up @@ -381,7 +381,7 @@
(expect toc_entry[:dest][:label]).to eql '2'
end

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
pdf = to_pdf <<~'EOS', analyze: true
= Document Title
:toc:
Expand Down

0 comments on commit 926f0a6

Please sign in to comment.