Add rake test description

No behavior change
This commit is contained in:
sanemat 2013-01-01 19:03:40 +09:00
parent 56aa02f1ab
commit 3b98fb77dd
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ require 'rbconfig'
task :default => :test
desc "Run all unit tests"
task :test => 'test:isolated'
namespace :test do