summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenichi Kamiya <kachick1@gmail.com>2013-01-25 14:07:53 +0900
committerRomain Tartière <romain@blogreen.org>2017-08-30 08:36:31 +0200
commit636c3023f7076be874d5f34dfc40121b73102486 (patch)
tree5c13f12af2d76b6f004a2152dd6eb9319bae9669
parent032e8247f7840a490b226d6fbee89b4799b88660 (diff)
downloadipaddress-636c3023f7076be874d5f34dfc40121b73102486.tar.gz
Enabled warning option in test task
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 0948203..220a4da 100644
--- a/Rakefile
+++ b/Rakefile
@@ -9,6 +9,7 @@ Rake::TestTask.new(:test) do |test|
test.libs << 'lib' << 'test'
test.pattern = 'test/**/*_test.rb'
test.verbose = true
+ test.warning = true
end
begin