summaryrefslogtreecommitdiff
path: root/spec/title_page_spec.rb
AgeCommit message (Expand)Author
2023-04-06don't attempt to further resolve logo image from theme if it's already an abs...Dan Allen
2022-10-30switch from EOS to END as heredoc delimiterDan Allen
2022-10-29resolves #2362 allow revision content to be customized by theme (PR #2366)Dan Allen
2022-09-25treat empty background image as none instead of raising a file read errorDan Allen
2022-07-20resolves #2269 allow top keys in title-page theme category to accept a fixed ...Dan Allen
2022-07-19remove use of build_pdf_theme except where neededDan Allen
2022-05-25remove only flag from test [no ci]Dan Allen
2022-05-25log warning if title page contents overruns the bounds of a single pageDan Allen
2022-05-24prevent content on title page from exceeding the bounds of a single pageDan Allen
2022-05-17don't apply border on block images to logo image on title pageDan Allen
2022-05-17remove debug flag in test suiteDan Allen
2022-05-17remove requirement to add dummy text to title page to preserve itDan Allen
2022-05-04consolidate map/uniq when used together for assertionsDan Allen
2022-04-28resolves #2095 separate align and text-align keys in theme schema and update ...Dan Allen
2022-04-28verify logo align, if not specified, inherits from title page alignDan Allen
2021-04-14verify information from one author does not carry over to next authorDan Allen
2021-02-19fix lint errorDan Allen
2021-02-19prevent PDF from being used as logo image on title page (since it cannot work...Dan Allen
2021-02-12verify theme can control margin around elements on title pageDan Allen
2020-11-22resolves #1829 resolve image paths in theme correctly when theme is loaded fr...Dan Allen
2020-11-04update test for unset showtitle attribute to be compatible with Asciidoctor 2...Dan Allen
2020-10-29use correct terminology for background image in test suiteDan Allen
2020-10-26verify converter does not insert extra blank page before title page when fron...Dan Allen
2020-09-22move title page tests to title page testsDan Allen
2020-09-22verify title page is not added when both title-page and notitle attributes ar...Dan Allen
2020-09-22wrap title page tests for book doctype in contextDan Allen
2020-08-25consistently use "be" matcher to assert page numberDan Allen
2020-08-22apply base font style to text on title pageDan Allen
2020-08-14verify left and right margin can be set for logo image on title pageDan Allen
2020-06-21remove unnecessary condition for logo image alignment and tighten assertionDan Allen
2020-06-19verify SVG title logo image is resized to keep it on title pageDan Allen
2020-06-19verify raster title logo image is resized to keep it on title pageDan Allen
2020-06-13verify only subtitle is show on title page if title is disabledDan Allen
2020-06-13verify title page logo image specified as path in theme is resolved relative ...Dan Allen
2020-05-12use single-quoted heredoc where possibleDan Allen
2020-05-07drop unsupported versions of Ruby (Ruby < 2.5 and JRuby < 9.2) (PR #1682)Dan Allen
2020-04-14resolves #1642 normalize whitespace in authors content and drop lines with un...Dan Allen
2020-04-13add test to verify missing attribute reference is ignored when resolving titl...Dan Allen
2020-03-25verify routine that promotes authors does not overwrite url document attributeDan Allen
2020-03-13test authors with non-Latin charactersDan Allen
2020-02-12resolves #1552 drop support for versions of Asciidoctor < 2 (PR #1553)Dan Allen
2020-02-10verify format attribute is honored for image in running content or title logo...Dan Allen
2020-02-10resolves #1546 fix crash when document has PDF cover page and SVG page backgr...Dan Allen
2020-02-08add tests for using data URI as title logo imageDan Allen
2020-02-04resolves #1536 add support for remote background images specified in theme (P...Dan Allen
2019-12-19clarify logic for how title page logo image in theme is resolved; add testDan Allen
2019-12-03add and customize dedicated linter rules for rspecDan Allen
2019-12-03enforce magic comment for frozen string literalDan Allen
2019-12-02fix lint errors in test suiteDan Allen
2019-11-16move title page tests to dedicated specDan Allen