From bd87113cac892327624ba99b0f95971b4ae3cc5e Mon Sep 17 00:00:00 2001 From: Akira Matsuda Date: Thu, 7 Feb 2013 01:30:26 +0900 Subject: [PATCH] Let the tests warn --- Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Rakefile b/Rakefile index af6ce15a..20dba93a 100644 --- a/Rakefile +++ b/Rakefile @@ -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