don't expand test path

This commit is contained in:
Joshua Peek 2010-02-28 18:26:00 -06:00
parent cbefcc88b3
commit 1a2fba1b6b
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ require 'rake/testtask'
task :default => :test
Rake::TestTask.new do |t|
t.libs << "#{dir}/test"
t.libs << "test"
t.test_files = Dir.glob("#{dir}/test/cases/**/*_test.rb").sort
t.warning = true
end