Hush AMo test suite

This commit is contained in:
Joshua Peek 2009-12-16 11:05:48 -06:00
parent c4df013852
commit 1ab35020c1

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