Patched Rakefile so it runs the tests. Thanks to Daniel Berger.

master
blackhedd 2006-08-25 02:41:13 +00:00
parent 4a46e19b8f
commit 4a8f68bf9e
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ task :test do |t|
$LOAD_PATH.unshift('tests')
$stderr.puts "Checking for test cases:" if t.verbose
Dir['tests/tc_*.rb'].each do |testcase|
Dir['tests/test*.rb'].each do |testcase|
$stderr.puts "\t#{testcase}" if t.verbose
load testcase
end