summaryrefslogtreecommitdiff
path: root/test/test_helper.rb
AgeCommit message (Expand)Author
2018-04-14use helpers to assert log messages in testsDan Allen
2018-04-14promote MemoryLogger and NullLogger to Asciidoctor moduleDan Allen
2018-04-14update tests to use memory logger instead of capturing stderrDan Allen
2018-04-14associate logger with redirected stream in test suiteDan Allen
2018-04-12remove unused assertion helperDan Allen
2018-04-09delegate to test helper method to resolve test directory and fixture pathsDan Allen
2018-04-09allow blocks and substitutions tests to be run directlyDan Allen
2018-04-08purge render method from test suite (except to verify alias)Dan Allen
2018-01-03add Ruby 2.5.0 to CI build matrix (PR #2528)Dan Allen
2017-10-14add helper block to test suite to run test with verbose mode onDan Allen
2017-07-02rename EOL constant to LF (PR #2289)Dan Allen
2017-05-28rename test helper method expand_entity to decode_charDan Allen
2017-05-18use IO.write instead of File.open w/ blockDan Allen
2017-05-13resolves #1890 warn if doctype=inline and block has unexpected content model ...Dan Allen
2017-05-13pass count to path query method in test helperDan Allen
2017-04-03resolves #1689 fix sequential inline anchor macros with empty reftext (PR #2109)Dan Allen
2017-03-01use .size to get size of collection; .length to get size of stringDan Allen
2016-11-28add test for parsing author attributeDan Allen
2016-01-05fix minitest warnings, againDan Allen
2016-01-02consolidate redirect_streams logic; fix invalid testDan Allen
2015-12-29remove trailing endlines in sourceDan Allen
2015-10-25resolves #1544 built-in writer should not fail if output is nilDan Allen
2015-06-24get rid of superfluous minitest warningDan Allen
2014-11-23add UTF-8 encoding header to all Ruby files with logicDan Allen
2014-11-21resolves #1206 remove (mostly unused) Debug classDan Allen
2014-11-10enable CI reportsDan Allen
2014-10-12resolves #1144 fix includes that reference absolute Windows pathsDan Allen
2014-07-27reenable rbx in Travis buildDan Allen
2014-07-27resolves #1035 allow Treeprocessor to return replacement treeDan Allen
2014-07-15resolves #612 generate data uri for remote imageDan Allen
2014-07-08fix reader test on JRuby 1.9 modeDan Allen
2014-07-08fix tests on Ruby 1.8.7Dan Allen
2014-07-08use ip address instead of hostname in reader testDan Allen
2014-05-05Use defined? over const_defined to check for Minitest::TestDan Allen
2014-04-08tests: switch to minitestKen Dreyer
2014-03-03cleanup html header and optimizeDan Allen
2014-03-03add xmlns attribute for xhtml output with testbrian m. carlson
2014-02-27make document parsing a discrete step, make Reader accessible as property on ...Dan Allen
2014-02-17use in-process web server for URI testsDan Allen
2014-02-17resolves #574 add -r and -I flags to asciidoctor commandDan Allen
2014-02-16call each thing by its right nameDan Allen
2014-02-05refactor unit tests so they work in RubyMineCharles Moulliard
2014-01-26read template_dir from TEMPLATE env var for testsDan Allen
2013-11-03resolves #727 remove trailing endlines from source dataDan Allen
2013-10-21refactor how libraries are requiredDan Allen
2013-09-25fix custom template loading for core testsDan Allen
2013-09-14fix Ruby 1.8.7 tests, fix warning in invoker testDan Allen
2013-09-14fix tests for RubiniusDan Allen
2013-08-23fix false detection of list item with hyphen markerDan Allen
2013-08-21resolves #575, #572 and #581 refactor reader to track include stackDan Allen