Enable warnings in test:rs

This commit is contained in:
Wojciech Piekutowski 2011-02-19 23:17:21 +01:00
parent 479438469d
commit 37f8ff2c9b
1 changed files with 1 additions and 0 deletions

View File

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