summary refs log tree commit diff
path: root/lib/autotest
Commit message (Collapse)AuthorAgeFilesLines
* Add bacon_rspec.rb to avoid errors when .bacon doesn't existChristian Neukirchen2008-07-061-0/+2
| | | | darcs-hash:20080706164742-4fc50-c15021a90edea3535271ec792af7447f475c85dd.gz
* support mappings for subdirs in autotestjftucker2008-06-251-1/+10
| | | | darcs-hash:20080625112029-28a3f-a8620aecf68d46cf0aeecb475e57fb52b864d0b8.gz
* adding autotest supportjftucker2008-06-252-0/+36
The autotest auto discovery uses bacons test/unit output. It does not currently call specific examples (TODO). It currently attempts to fix the rspec auto discovery by removing it if it finds a .bacon under test/ or spec/. In fact, these are the only conditions under which the bacon autotest will load. darcs-hash:20080624222708-28a3f-839431c7732599ab78c7279d8dffcf4f4ee3c9e8.gz