Start of test suite
This commit is contained in:
6
test/test_helper.rb
Normal file
6
test/test_helper.rb
Normal 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'
|
||||
|
Reference in New Issue
Block a user