Enable warnings in test:functional

This commit is contained in:
Wojciech Piekutowski 2011-02-20 16:24:31 +01:00
parent 5dfac28dd4
commit 5270b6ec06
1 changed files with 1 additions and 0 deletions

View File

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