Hush AM test suite

This commit is contained in:
Joshua Peek 2009-12-16 10:56:10 -06:00
parent ee51ddcc27
commit 1ca567e634

@ -23,7 +23,6 @@ task :default => [ :test ]
Rake::TestTask.new { |t|
t.libs << "test"
t.pattern = 'test/*_test.rb'
t.verbose = true
t.warning = true
}