summaryrefslogtreecommitdiff
path: root/spec/optimizer_spec.rb
AgeCommit message (Expand)Author
2022-07-17refactor test suiteDan Allen
2022-05-24resolves #2203 adjust TrimBox to fit inside of BleedBox when using optimizer ...Dan Allen
2022-05-03resolves #125 allow built-in optimizer to set PDF compliance flag (PDF/A and ...Dan Allen
2021-05-09fix name of optimizer script in test description [skip ci]Dan Allen
2020-11-12use rspec conditionals to filter tests instead of a postfix conditional on th...Dan Allen
2020-10-09verify optimizer works if filename contains spacesDan Allen
2020-10-09resolves #1791 allow path of ghostscript command to be controlled using `GS` ...Dan Allen
2020-09-30verify that optimizer honors PDF version set by pdf-version attributeDan Allen
2020-08-07fix lint errorDan Allen
2020-08-07verify default settings of Optimizer constructorDan Allen
2020-05-12use single-quoted heredoc where possibleDan 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
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-12-02fix lint errors in test suiteDan Allen
2019-11-21fix optimizer specDan Allen
2019-11-20fix optimizer so it applies pdfmark after reading input fileDan Allen
2019-11-20fix typo in test descriptionDan Allen
2019-10-19make flags in test suite more fine-grainedDan Allen
2019-10-17test asciidoctor-pdf-optimize bin scriptDan Allen
2019-10-17use default quality if specified quality for optimizer is not recognizedDan Allen
2019-10-13fix warnings in test suiteDan Allen
2019-10-02optimizer should retain PDF version (PDF compatibility level)Dan Allen
2019-09-29resolves #535 optimize PDF if writing file and optimize attribute is set (PR ...Dan Allen