summaryrefslogtreecommitdiff
path: root/spec/document_title_spec.rb
AgeCommit message (Expand)Author
2022-04-28resolves #2095 separate align and text-align keys in theme schema and update ...Dan Allen
2020-09-22verify custom separator is used to partition document titleDan Allen
2020-09-22move title page tests to title page testsDan Allen
2020-08-21resolves #1754 allow theme to disable title page by assigning false to title_...Dan Allen
2020-04-14add test to verify that unsetting showtitle attribute does not hide title pageDan Allen
2019-12-03add and customize dedicated linter rules for rspecDan Allen
2019-12-03enforce magic comment for frozen string literalDan Allen
2019-11-16move title page tests to dedicated specDan Allen
2019-11-13update test descriptions [skip ci]Dan Allen
2019-11-13verify title page background image can be set from theme and overridden by do...Dan Allen
2019-11-13add test to verify size and position of title page background image are honoredDan Allen
2019-11-13verify extra page isn't created if document has cover image, title page backg...Dan Allen
2019-11-13remove visual tag in test suite where not applicableDan Allen
2019-11-13add missing "should" in test descriptionsDan Allen
2019-11-06don't set a top value for the logo on the title page if not set in themeDan Allen
2019-11-06allow top value for title page title to use any measurement unitDan Allen
2019-11-06add assertion that title logo image can be disabled by themeDan Allen
2019-11-06allow top value for title page logo to use any measurement unitDan Allen
2019-11-05add test to verify vertical positioning of image on title pageDan Allen
2019-11-05organize theme-related tests for title page into contextDan Allen
2019-11-04verify role can be used for link in authors lineDan Allen
2019-11-01resolves #800 allow theme to configure content of entries in authors line on ...Dan Allen
2019-10-28resolves #1352 ignore invalid align value for title logo image (PR #1353)Dan Allen
2019-10-25resolves #1346 allow elements on title page to be disabled from theme (PR #1347)Dan Allen
2019-10-19make flags in test suite more fine-grainedDan Allen
2019-10-16add test to verify doctitle is partitioned into main title and subtitleDan Allen
2019-08-16removing trailing whitespace in source [skip ci]Dan Allen
2019-08-15resolves #588 allow attribute references to be used in image paths in theme (...Dan Allen
2019-08-12add test to verify delimiters on title page can be controlled by themeDan Allen
2019-08-10add test to verify PDF has only a title page if body is emptyDan Allen
2019-08-07resolves #1198 include revremark on title page if specified (PR #1200)Dan Allen
2019-08-02resolves #1184 add test for disabling title page background image in theme us...Dan Allen
2019-07-14add spec helper to retrieve images from pdfDan Allen
2019-07-11resolves #1144 only apply title page background image to the title page (PR #...Dan Allen
2019-07-06add test for title page background colorDan Allen
2019-06-22add shorthand for building theme with to_pdf and to_pdf_file functionsDan Allen
2019-06-18introduce have_size matcher in test suiteDan Allen
2019-05-27add visual regression tests (PR #1024)Beat Christen
2019-05-15resolves #824 allow side margins to be set for elements on title page (PR #1064)Dan Allen
2019-05-03pass doctype as symbol instead of string in test suiteDan Allen
2019-05-03use eql to compare numbers instead of beDan Allen
2019-05-02use our custom PDF inspector as the default when the analyze option is setDan Allen
2019-04-29improve test harnessDan Allen
2019-04-27add find_text helper to text inspector to make it easier to find and assert textDan Allen
2019-04-23resolves #262 rename Pdf module to PDFDan Allen
2019-04-21improve assertions in document title specDan Allen
2019-04-21allow theme to be passed as :pdf_theme for tests; add theme override support ...Dan Allen
2019-04-21switch to consolidated text inspector for testsDan Allen
2019-04-20fix variable name [skip ci]Dan Allen
2019-04-16resolves #37 add test suite and seed with initial helpers and tests (PR #1025)Dan Allen