run the AS tests in verbose mode

This commit is contained in:
Aaron Patterson
2010-08-17 17:21:52 -07:00
parent c6db3486c3
commit a197d1c874

View File

@@ -9,6 +9,7 @@ Rake::TestTask.new do |t|
t.libs << 'test'
t.pattern = 'test/**/*_test.rb'
t.warning = true
t.verbose = true
end
namespace :test do