summaryrefslogtreecommitdiff
path: root/spec/cover_page_spec.rb
AgeCommit message (Expand)Author
2022-06-20remove debug flag in testsDan Allen
2022-06-20add dedicated tests for the string literal value ~ for the front cover imageDan Allen
2022-06-16include page number on rectangle extracted by rectangle inspector in test suiteDan Allen
2022-06-14use enhanced RectInspector in test suite that can pick up fill and stroke colorDan Allen
2022-04-27resolves #2092 set the base font of the front cover image is a PDF and the ti...Dan Allen
2021-02-16verify PDF can be used as back coverDan Allen
2021-01-30fix lint errorsDan Allen
2021-01-30verify front and back cover is not added if page in PDF file does not existDan Allen
2021-01-30verify front cover is not added (and does not affect page numbers) if PDF for...Dan Allen
2021-01-30verify back cover is not added if PDF for back cover has no pagesDan Allen
2021-01-11align warning message about allow-uri-read with core processorDan Allen
2020-09-01log warning rather than crash if front cover image cannot be embedded (e.g., ...Dan Allen
2020-08-10verify cover page is no added if file cannot be resolvedDan Allen
2020-06-14verify that no front cover is added if the value is ~ and media is not prepressDan Allen
2020-05-12use single-quoted heredoc where possibleDan Allen
2020-05-09resolves #1542 fix assertions in test suite when building RPM (PR #1680)Dan Allen
2020-05-07drop unsupported versions of Ruby (Ruby < 2.5 and JRuby < 9.2) (PR #1682)Dan Allen
2020-03-04resolves #1584 allow theme to define the front and back cover images (PR #1585)Dan Allen
2020-02-09support creating empty front or back cover by assigning empty value to front-...Dan Allen
2019-12-17fix assertion on JRuby yet againDan Allen
2019-12-17fix test assertion on JRubyDan Allen
2019-12-17resolves #1430 fix fit=cover for background image when aspect ratio of image ...Dan Allen
2019-12-03enforce magic comment for frozen string literalDan Allen
2019-12-02fix lint errors in test suiteDan Allen
2019-10-27verify that bare path in image attribute is resolved relative to docdirDan Allen
2019-10-19make flags in test suite more fine-grainedDan Allen
2019-10-14verify outline is not created if document only has front cover regardless of ...Dan Allen
2019-09-18resolves #1275 set fit=contain by default on cover and page background images...Dan Allen
2019-09-17resolves #1276 implement fit=fill for cover, page background, and running con...Dan Allen
2019-09-12resolves #1268 document title in outline should point to second page if docum...Dan Allen
2019-08-10resolves #1202 allow page number of PDF to import to be specified (PR #1203)Dan Allen
2019-07-14add spec helper to retrieve images from pdfDan Allen
2019-07-09verify cover page can be PDF and doesn't affect document page sizeDan Allen
2019-07-07resolves #1136 add support for fit=cover for cover page, page background, and...Dan Allen
2019-07-07resolves #1132 allow image format to be specified using format attribute on i...Dan Allen
2019-07-07resolves #1134 allow size and position of cover image to be setDan Allen
2019-07-06add spec for back cover pageDan Allen
2019-07-06improve specs for cover pageDan Allen
2019-07-06don't pass imagesdir explicitly in cover page specsDan Allen
2019-07-05don't crash if image path is a URI and allow-uri-read is not setDan Allen
2019-07-02fix name of reference files for cover page testsDan Allen
2019-07-02add test for block macro syntax for front cover imageDan Allen
2019-06-18introduce have_size matcher in test suiteDan Allen
2019-05-31set imagesdir in tests by default to simplify testsDan Allen
2019-05-30drop plural from category in reference filenameDan Allen
2019-05-28consistently use singular form for test suite namesDan Allen