Let the tests warn

This commit is contained in:
Akira Matsuda 2013-02-07 01:30:26 +09:00
parent c065f1e4ee
commit bd87113cac
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ end
Rake::TestTask.new do |t|
t.libs << 'lib' << 'test'
t.test_files = Dir["test/**/*_test.rb"]
t.warning = true
t.verbose = true
end