Skip to content

Commit

Permalink
fix another test description
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Nov 28, 2019
1 parent 95c19c2 commit b7630cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/section_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@
(expect part_2_text[:page_number]).to eql 2
end

it 'should add break after part if break-after key in theme is always' do
it 'should add break after part if heading-part-break-after key in theme is always' do
pdf = to_pdf <<~'EOS', pdf_theme: { heading_part_break_after: 'always', heading_chapter_break_before: 'auto' }, analyze: true
= Document Title
:doctype: book
Expand Down

0 comments on commit b7630cd

Please sign in to comment.