summaryrefslogtreecommitdiff
path: root/spec/break_spec.rb
AgeCommit message (Collapse)Author
2022-10-30switch from EOS to END as heredoc delimiterDan Allen
2022-10-22verify trailing hard line break is ignoredDan Allen
2022-08-06resolves #2293 insert column break multi-column layout if column role is ↵Dan Allen
specified on page break macro (PR #2299)
2022-08-06resolves #2300 always insert page break if always option is specified on ↵Dan Allen
page break macro (PR #2301)
2022-08-05verify page break at start of column is ignoredDan Allen
2022-07-19remove use of build_pdf_theme except where neededDan Allen
2020-06-19verify thematic break is solid if style not specifiedDan Allen
2020-06-18verify theme can configure line width, color, and style of thematic breakDan Allen
2020-06-13remove wip from test descriptionDan Allen
2020-06-12correct fixture for test with invalid page layout on page breakDan Allen
2020-05-31add test for layout on page break with unrecognized valueDan Allen
2020-02-07use eql in test suite instead of eq (PR #1543)Dan Allen
- eql does not attempt to cast type
2019-12-04fix test failures in JRubyDan Allen
2019-12-03add and customize dedicated linter rules for rspecDan Allen
2019-12-03enforce magic comment for frozen string literalDan Allen
2019-11-15remove trailing whitespace in source [skip ci]Dan Allen
2019-09-23add additional page break testDan Allen
2019-09-23add additional page break testDan Allen
2019-07-10use more robust mechanism to detect an empty pageDan Allen
2019-06-27introduce more useful line inspector for test suiteDan Allen
2019-06-18introduce have_size matcher in test suiteDan Allen
2019-06-06resolves #1091 apply page layout specified on page break even when break ↵Dan Allen
falls page boundary (PR #1092)
2019-05-28consistently use singular form for test suite namesDan Allen