Hush ARes test suite

This commit is contained in:
Joshua Peek 2009-12-16 11:03:13 -06:00
parent 1ca567e634
commit e1ee13e5fb

@ -31,7 +31,6 @@ Rake::TestTask.new { |t|
t.libs << activesupport_path if File.directory?(activesupport_path)
t.libs << "test"
t.pattern = 'test/**/*_test.rb'
t.verbose = true
t.warning = true
}