Enable warnings in test:unit

This commit is contained in:
Wojciech Piekutowski 2011-02-20 15:57:13 +01:00
parent 37f8ff2c9b
commit c0b0325100
1 changed files with 1 additions and 0 deletions

View File

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