Fixed some unit tests

This commit is contained in:
Alexey Verkhovsky 2005-03-31 04:44:10 +00:00
parent 0dabfca465
commit c646121b32
3 changed files with 11 additions and 7 deletions

View file

@ -4,6 +4,6 @@ require 'find'
test_root = File.dirname(__FILE__)
Find.find(test_root) { |path|
if File.file?(path) and path =~ /.*_test\.rb$/
require path[(test_root.size + 1)..-4]
load path
end
}