summaryrefslogtreecommitdiff
path: root/test/functional
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed functional test.murphy2006-10-181-1/+1
| | | | | | | Fixed Ruby scanner (/= was scanned as regexp!) Made bench.rb run from any folder. Made scanner test diff function work via EDITOR instead of gvimdiff.
* Fixed test: sort plugin lists.murphy2006-10-171-2/+2
|
* Added functional test task and renamed all test task descriptions.murphy2006-10-171-14/+0
| | | | | | rake test now runs both functional and scanner tests! Deleted stupid classes test.
* Declared Version 0.7.4!murphy2006-10-172-0/+66
Plugin#all_plugin_names is now called #list. Added some basic functional tests and adjusted statistic.rake.