diff options
author | Christian Neukirchen <chneukirchen@gmail.com> | 2013-03-31 15:16:38 +0200 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2013-03-31 15:16:38 +0200 |
commit | 07239053c6b72c073312cd281135c2744280c9f2 (patch) | |
tree | f81b4753a47bc0c07bb4c2b4960caad5a88279d8 | |
parent | c3cb30491909789471d9947fbfe9517809fd2321 (diff) | |
download | bacon-07239053c6b72c073312cd281135c2744280c9f2.tar.gz bacon-07239053c6b72c073312cd281135c2744280c9f2.tar.xz bacon-07239053c6b72c073312cd281135c2744280c9f2.zip |
enable warnings for test suite
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |