From 9c892a8af4ce3d26e3fc97d05662b532713a4abc Mon Sep 17 00:00:00 2001 From: 7rans Date: Sun, 15 Apr 2012 14:02:40 -0400 Subject: [PATCH] Use verbose option for test. [admin] --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index d9f6c0f..0822ab4 100644 --- a/Rakefile +++ b/Rakefile @@ -2,7 +2,7 @@ task :default => :test desc "Run unit tests" task :test do - ruby "-Ilib bin/turn -Ilib test/*.rb" + ruby "-Ilib bin/turn -Ilib -v test/*.rb" end desc "build gem package"