Navigation Menu

Skip to content

Commit

Permalink
Use verbose option for test. [admin]
Browse files Browse the repository at this point in the history
  • Loading branch information
trans committed Apr 15, 2012
1 parent 2d756ca commit 9c892a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -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"
Expand Down

0 comments on commit 9c892a8

Please sign in to comment.