Fixed some unit tests
This commit is contained in:
parent
0dabfca465
commit
c646121b32
3 changed files with 11 additions and 7 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue