Start of test suite

This commit is contained in:
Brian Candler
2011-05-06 21:43:19 +01:00
parent 40fbefa06b
commit c0cb310761
5 changed files with 252 additions and 0 deletions

6
Rakefile Normal file
View File

@@ -0,0 +1,6 @@
ROOT = File.dirname(__FILE__)
task :test do
$:.unshift File.join(ROOT, "lib")
$:.unshift File.join(ROOT, "test")
end