1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

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

View file

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