Enable warnings in test:bson

This commit is contained in:
Wojciech Piekutowski 2011-02-20 15:33:33 +01:00
parent 9772328948
commit 3ff4f75270
1 changed files with 1 additions and 0 deletions

View File

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