summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Rakefile2
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