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
test/test_helper.rb Normal file
View File

@@ -0,0 +1,6 @@
ROOT = File.expand_path(File.join(File.dirname(__FILE__), '..'))
$:.unshift File.join(ROOT, "lib")
$:.unshift File.join(ROOT, "test")
require 'contest'
require 'test/unit'