summaryrefslogtreecommitdiff
path: root/spec/cli_spec.rb
AgeCommit message (Expand)Author
2022-10-25deactivate packaging tests if test suite is not run through BundlerDan Allen
2022-10-25only test example files in CLI tests if rouge is availableDan Allen
2022-07-16organize PDF inspectors in test suite into separate filesDan Allen
2022-06-26resolves #2265 allow sourcemap to be enabled from CLI using --sourcemap optio...Dan Allen
2022-06-26resolves #2250 add --theme CLI option as shorthand for -a pdf-theme (PR #2251)Dan Allen
2022-05-02only test gmagick integration when prawn-gmagick is loadedDan Allen
2022-05-02follow up to #1687 add asciidoctor/pdf/nopngmagick script to unregister Gmagi...Dan Allen
2022-04-26resolves #1687 add asciidoctor/pdf/nogmagick script to prevent Gmagick from h...Dan Allen
2020-11-12use rspec conditionals to filter tests instead of a postfix conditional on th...Dan Allen
2020-09-29better group conditional testsDan Allen
2020-05-09resolves #1542 fix assertions in test suite when building RPM (PR #1680)Dan Allen
2020-05-06add missing cli tag on CLI testDan Allen
2020-03-22keep temporary artifacts if KEEP_ARTIFACTS env var is setDan Allen
2020-03-10move pdfmark file tests to pdfmark_specDan Allen
2020-01-26fix lint errorDan Allen
2020-01-26disable redirection tests on JRuby when running on WindowsDan Allen
2020-01-26use run_command for output redirection testDan Allen
2020-01-26make bin script tests more resilient to different methods of gem installationDan Allen
2020-01-22add tests to verify bin scripts get installedDan Allen
2020-01-21resolves #1499 fix tests on Windows by invoking CLI via RubyDan Allen
2020-01-06use bundler when testing -r flag; add test for -r asciidoctor/pdfDan Allen
2019-12-03add and customize dedicated linter rules for rspecDan Allen
2019-12-03enforce magic comment for frozen string literalDan Allen
2019-11-30resolves #1411 allow output file to be written to stdout (PR #1416)Dan Allen
2019-11-10rename to_pdf helper method on Object to to_pdf_objectDan Allen
2019-10-19simplify bin_script test helper; use it to resolve asciidoctor command in tes...Dan Allen
2019-10-19make flags in test suite more fine-grainedDan Allen
2019-10-06add test to verify converter can be loaded using asciidoctor-pdf or asciidoct...Dan Allen
2019-09-29test pdfmark output when document title contains non-ASCII charDan Allen
2019-09-28add initial test for pdfmark fileDan Allen
2019-06-17resolves #1102 add support for cgi-style options on source language when high...Dan Allen
2019-05-28add initial cli testsDan Allen