Enable warnings in test:auto_reconnect

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

View File

@ -101,6 +101,7 @@ namespace :test do
Rake::TestTask.new(:auto_reconnect) do |t|
t.test_files = FileList['test/auxillary/autoreconnect_test.rb']
t.verbose = true
t.ruby_opts << '-w'
end
Rake::TestTask.new(:authentication) do |t|