summaryrefslogtreecommitdiff
path: root/spec/cli_spec.rb
AgeCommit message (Collapse)Author
2022-10-30switch from EOS to END as heredoc delimiterDan Allen
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 ↵Dan Allen
option (PR #2266)
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 ↵Dan Allen
Gmagick handler for PNG images only
2022-04-26resolves #1687 add asciidoctor/pdf/nogmagick script to prevent Gmagick from ↵Dan Allen
handling PNG images (PR #2078)
2020-11-12use rspec conditionals to filter tests instead of a postfix conditional on ↵Dan Allen
the test or context (PR #1820) - use if and unless options provided by rspec to filter tests - delegate windows? to Gem.win_platform? to get a consistent result - add jruby? helper - add gem_available? helper to check if gem is available (delegating to Gem.loaded_specs.key?) - use Gem::Version to compare versions
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 ↵Dan Allen
test suite
2019-10-19make flags in test suite more fine-grainedDan Allen
- visual = visual integration test - cli = test that executes a CLI
2019-10-06add test to verify converter can be loaded using asciidoctor-pdf or ↵Dan Allen
asciidoctor/pdf
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 ↵Dan Allen
highlighting with Rouge (PR #1103) - add support for cgi-style options on source language when syntax highlighting with Rouge - upgrade Rouge to 3.4.0 - test against Rouge ~> 2.0.0 in CI matrix - regenerate chronicles example
2019-05-28add initial cli testsDan Allen