Enable warnings in test:new_features

This commit is contained in:
Wojciech Piekutowski 2011-02-20 00:43:32 +01:00
parent 132ed07bfd
commit 4c9ff36698
1 changed files with 1 additions and 0 deletions

View File

@ -113,6 +113,7 @@ namespace :test do
Rake::TestTask.new(:new_features) do |t|
t.test_files = FileList['test/auxillary/1.4_features.rb']
t.verbose = true
t.ruby_opts << '-w'
end
Rake::TestTask.new(:bson) do |t|