Enable warnings in test:pooled_threading

This commit is contained in:
Wojciech Piekutowski 2011-02-20 00:33:57 +01:00
parent c6491461bc
commit cf6e7e8634
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ namespace :test do
Rake::TestTask.new(:pooled_threading) do |t|
t.test_files = FileList['test/threading/*_test.rb']
t.verbose = true
t.ruby_opts << '-w'
end
Rake::TestTask.new(:auto_reconnect) do |t|