index
:
asciidoctor-pdf
2.3.17-magentastripe
2.3.9-magentastripe
main
part-pictures
MSM's fork of Asciidoctor-PDF
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
spec
/
document_title_spec.rb
Age
Commit message (
Expand
)
Author
2022-04-28
resolves #2095 separate align and text-align keys in theme schema and update ...
Dan Allen
2020-09-22
verify custom separator is used to partition document title
Dan Allen
2020-09-22
move title page tests to title page tests
Dan Allen
2020-08-21
resolves #1754 allow theme to disable title page by assigning false to title_...
Dan Allen
2020-04-14
add test to verify that unsetting showtitle attribute does not hide title page
Dan Allen
2019-12-03
add and customize dedicated linter rules for rspec
Dan Allen
2019-12-03
enforce magic comment for frozen string literal
Dan Allen
2019-11-16
move title page tests to dedicated spec
Dan Allen
2019-11-13
update test descriptions [skip ci]
Dan Allen
2019-11-13
verify title page background image can be set from theme and overridden by do...
Dan Allen
2019-11-13
add test to verify size and position of title page background image are honored
Dan Allen
2019-11-13
verify extra page isn't created if document has cover image, title page backg...
Dan Allen
2019-11-13
remove visual tag in test suite where not applicable
Dan Allen
2019-11-13
add missing "should" in test descriptions
Dan Allen
2019-11-06
don't set a top value for the logo on the title page if not set in theme
Dan Allen
2019-11-06
allow top value for title page title to use any measurement unit
Dan Allen
2019-11-06
add assertion that title logo image can be disabled by theme
Dan Allen
2019-11-06
allow top value for title page logo to use any measurement unit
Dan Allen
2019-11-05
add test to verify vertical positioning of image on title page
Dan Allen
2019-11-05
organize theme-related tests for title page into context
Dan Allen
2019-11-04
verify role can be used for link in authors line
Dan Allen
2019-11-01
resolves #800 allow theme to configure content of entries in authors line on ...
Dan Allen
2019-10-28
resolves #1352 ignore invalid align value for title logo image (PR #1353)
Dan Allen
2019-10-25
resolves #1346 allow elements on title page to be disabled from theme (PR #1347)
Dan Allen
2019-10-19
make flags in test suite more fine-grained
Dan Allen
2019-10-16
add test to verify doctitle is partitioned into main title and subtitle
Dan Allen
2019-08-16
removing trailing whitespace in source [skip ci]
Dan Allen
2019-08-15
resolves #588 allow attribute references to be used in image paths in theme (...
Dan Allen
2019-08-12
add test to verify delimiters on title page can be controlled by theme
Dan Allen
2019-08-10
add test to verify PDF has only a title page if body is empty
Dan Allen
2019-08-07
resolves #1198 include revremark on title page if specified (PR #1200)
Dan Allen
2019-08-02
resolves #1184 add test for disabling title page background image in theme us...
Dan Allen
2019-07-14
add spec helper to retrieve images from pdf
Dan Allen
2019-07-11
resolves #1144 only apply title page background image to the title page (PR #...
Dan Allen
2019-07-06
add test for title page background color
Dan Allen
2019-06-22
add shorthand for building theme with to_pdf and to_pdf_file functions
Dan Allen
2019-06-18
introduce have_size matcher in test suite
Dan Allen
2019-05-27
add visual regression tests (PR #1024)
Beat Christen
2019-05-15
resolves #824 allow side margins to be set for elements on title page (PR #1064)
Dan Allen
2019-05-03
pass doctype as symbol instead of string in test suite
Dan Allen
2019-05-03
use eql to compare numbers instead of be
Dan Allen
2019-05-02
use our custom PDF inspector as the default when the analyze option is set
Dan Allen
2019-04-29
improve test harness
Dan Allen
2019-04-27
add find_text helper to text inspector to make it easier to find and assert text
Dan Allen
2019-04-23
resolves #262 rename Pdf module to PDF
Dan Allen
2019-04-21
improve assertions in document title spec
Dan Allen
2019-04-21
allow theme to be passed as :pdf_theme for tests; add theme override support ...
Dan Allen
2019-04-21
switch to consolidated text inspector for tests
Dan Allen
2019-04-20
fix variable name [skip ci]
Dan Allen
2019-04-16
resolves #37 add test suite and seed with initial helpers and tests (PR #1025)
Dan Allen