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
This commit is contained in:
Nicholas Seckar 2006-08-30 04:51:11 +00:00
parent 3ea2549e7a
commit 9ece976a99
1 changed files with 1 additions and 0 deletions

View File

@ -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|