summaryrefslogtreecommitdiff
path: root/spec/manpage_spec.rb
AgeCommit message (Expand)Author
2022-10-30switch from EOS to END as heredoc delimiterDan Allen
2022-08-06resolves #2293 insert column break multi-column layout if column role is spec...Dan Allen
2022-06-10resolves #327 arrange body of article or manpage doctype into multiple column...Dan Allen
2020-06-21strengthen assertions related to auto-generated name section of manpageDan Allen
2020-02-12resolves #1552 drop support for versions of Asciidoctor < 2 (PR #1553)Dan Allen
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-09-27resolves #1294 apply normal substitutions to content of manname section (PR #...Dan Allen
2019-05-27update test suite to use PDF module instead of Pdf moduleDan Allen
2019-05-03pass doctype as symbol instead of string in test suiteDan Allen
2019-05-02use our custom PDF inspector as the default when the analyze option is setDan Allen
2019-04-27fix broken test when running against Asciidoctor 1.5.3Dan Allen
2019-04-27add find_text helper to text inspector to make it easier to find and assert textDan Allen
2019-04-25resolves #1038 restore compatibility with Asciidoctor back to 1.5.3 (PR #1039)Dan Allen
2019-04-23resolves #882 generate name section for manpage doctype (PR #1035)Dan Allen