From 07239053c6b72c073312cd281135c2744280c9f2 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Sun, 31 Mar 2013 15:16:38 +0200 Subject: enable warnings for test suite --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 008d2f2..5806e3d 100644 --- a/Rakefile +++ b/Rakefile @@ -61,7 +61,7 @@ end desc "Run all the tests" task :test do - ruby "bin/bacon -Ilib --automatic --quiet" + ruby "bin/bacon -w -Ilib --automatic --quiet" end -- cgit 1.4.1