From 9ece976a99d5b0bd89840fea2e71a3c4127a45ec Mon Sep 17 00:00:00 2001 From: Nicholas Seckar Date: Wed, 30 Aug 2006 04:51:11 +0000 Subject: Add desc for test task so that completion can detect it git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4865 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/actionpack/Rakefile b/actionpack/Rakefile index 0a6e96926f..bef20f3c03 100755 --- a/actionpack/Rakefile +++ b/actionpack/Rakefile @@ -22,6 +22,7 @@ task :default => [ :test ] # Run the unit tests +desc "Run all unit tests" task :test => [:test_action_pack, :test_active_record_integration] Rake::TestTask.new(:test_action_pack) { |t| -- cgit v1.2.3