summaryrefslogtreecommitdiff
path: root/test/test_helper.rb
AgeCommit message (Expand)Author
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
2013-08-13add xmlns to root element in docbook45 backendDan Allen
2013-07-02resolves #445 allow include macro to retrieve data from uriDan Allen
2013-07-01Merge pull request #468 from lordofthejars/masterDan Allen
2013-06-30resolves issue #227 by accepting multiple files as input in CLI interfaceAlex Soto
2013-06-29move default test options to separate methodDan Allen
2013-06-09Merge pull request #415 from mojavelinux/template-testingDan Allen
2013-06-09Merge branch 'avtobiff:debian/remove-require-rubygems'Dan Allen
2013-06-09require rubygems in test suite if Ruby < 1.9Dan Allen
2013-06-09fix tests for testing slim and haml backendsDan Allen
2013-06-08remove pending library entirelyDan Allen
2013-06-08Do not use pending gem in testsPer Andersson
2013-05-26resolves #122 link section titlesDan Allen
2013-05-24cleanups and minor improvementsDan Allen
2013-05-02resolves #309 exclude attribute div if quote has no attributionDan Allen
2013-04-27resolves #289 #291 attributes as string or arrayDan Allen
2013-04-22resolves #187 complete masquerade functionality for blocks & paragraphsDan Allen
2013-01-30resolves issue #144 - encoding issue w/ utf-8Dan Allen
2013-01-23resolve issue #69, enable warnings when running tests; fix warningsDan Allen