summaryrefslogtreecommitdiff
path: root/test/unit/plugin.rb
Commit message (Collapse)AuthorAgeFilesLines
* fix testsKornelius Kalnbach2013-06-091-4/+1
|
* use assert_warningKornelius Kalnbach2011-09-261-0/+1
|
* Major rewrite of encoders to support IO output; fixed some minor scanner ↵Kornelius Kalnbach2011-08-191-15/+7
| | | | bugs; cleanups; dropped NitroXHTML scanner; improved tests
* various fixes and cleanups in CodeRay's helpersmurphy2011-05-211-1/+1
|
* Added lots of tests for Plugin and other helper classes.murphy2011-02-281-2/+70
|
* Added lots of unit tests.murphy2010-06-291-0/+11
Theses actually come from the library files; now they are included. Also, rake test and test:all don't test the scanners now; you have to start them using rake test:scanners.