summaryrefslogtreecommitdiff
path: root/test/test_helper.rb
AgeCommit message (Expand)Author
2023-04-16upgrade JRuby in CI workflowDan Allen
2023-04-08resolves #4429 add support for Haml 6 to template converter (PR #4431)Dan Allen
2022-10-24remove more outdated workarounds in test suite for JRubyDan Allen
2022-10-18remove workarounds for JRuby 9.1 in test suiteDan Allen
2021-12-29enhance using_test_webserver to track requests and pass host and thread to ca...Dan Allen
2021-12-27resolves #4227 fix open-uri-cached integration on Ruby 3.1 (PR #4228)Dan Allen
2021-12-27add tests for open-uri/cached integration that is activated by the cache-uri ...Dan Allen
2021-07-31omit_parentheses where possible in test codeDan Allen
2021-07-31resolves #2557 enable RuboCop to enforce a consistent code style and perform ...Dan Allen
2021-05-29simplify parse_header_metadata helper to a single return valueDan Allen
2021-05-28replace reduce with each_with_object in test suite [skip ci]Dan Allen
2021-05-28remove redundant do on until loop in test suite [skip ci]Dan Allen
2021-05-27use negated match operator instead of negating a positive match in test suiteDan Allen
2021-05-27disable interpolation in test suite when not needed [skip ci]Dan Allen
2021-05-27fix spaces and indentation in test suiteDan Allen
2021-04-30leave empty line after magic comment [skip ci]Dan Allen
2021-04-27fix invoker tests that use run_command on JRuby 9.1 for Windows (PR #4042)Dan Allen
2021-04-15resolves #3550 run tests on JRuby for Windows in CI (PR #3841)Dan Allen
2021-04-15fix error in logic when modifying ENV for CI tests on JRubyDan Allen
2020-11-09add if and unless conditions to tests to make filtering more readable (PR #3844)Dan Allen
2020-11-03use match? in test helpersDan Allen
2020-02-20fix tests on JRuby 9.2.10.0Dan Allen
2020-02-19disable bundler in the pure CLI tests (PR #3577)Dan Allen
2019-06-15resolves #3336 fix how options are passed to the Rouge lexer (PR #3339)Dan Allen
2019-04-04resolves #3238 don't fail to load application if call to Dir.home fails (PR #...Dan Allen
2019-04-02document the popen workaround in the test suite for JRuby [skip ci]Dan Allen
2019-04-01use IO.popen with env argument in test suite (PR #3229)Dan Allen
2019-03-29use file read mode in test suiteDan Allen
2019-03-22define assert and refute include method in test suiteDan Allen
2019-03-15format test helper codeDan Allen
2019-03-14resolves #1444 rename header_footer option to standalone (PR #3146)Dan Allen
2019-03-01resovles #3092 log debug message instead of warning if block style is unknown...Dan Allen
2019-02-14document assertion workaround for nokogiri on JRuby [skip ci]Dan Allen
2019-02-10resolves #3054 never mutate strings; add `frozen_string_literal: true` commen...Dan Allen
2019-02-09log possible invalid reference warnings at debug levelDan Allen
2019-02-04parse XML as document if string starts with XML directiveDan Allen
2019-02-04use do..end syntax for multiline blocks in test suiteDan Allen
2019-02-03require rouge eagerly to suppress warningsDan Allen
2019-01-23resolves #2995 use methods on File class instead of IO class (PR #2999)Dan Allen
2019-01-08shut down the test webserver cleanly (PR #3001)Dan Allen
2019-01-07stop the TCPServer from whining about shutting downDan Allen
2019-01-06use .adoc as AsciiDoc file extension in test suiteDan Allen
2019-01-06modernize UTF-8 encoding operationsDan Allen
2019-01-06use require_relative instead of modifying $LOAD_PATHDan Allen
2019-01-06remove workarounds for Ruby < 2.3Dan Allen
2018-10-27clean up test that executes asciidoctor CLIDan Allen
2018-09-11replace the use of render with convert in test suiteDan Allen
2018-05-06Allow the lib dir to be overridden for tests using an environment variable (P...Joseph Herlant
2018-04-28match tag directives in include files that have CRLF line endings (see #2369)Dan Allen
2018-04-26only validate xrefs if $VERBOSE is truthyDan Allen