diff options
author | Nicholas Seckar <nseckar@gmail.com> | 2006-08-30 04:51:11 +0000 |
---|---|---|
committer | Nicholas Seckar <nseckar@gmail.com> | 2006-08-30 04:51:11 +0000 |
commit | 9ece976a99d5b0bd89840fea2e71a3c4127a45ec (patch) | |
tree | 7708c0151e2bfd99db60ae85e201b159f2e9ab22 /actionpack/Rakefile | |
parent | 3ea2549e7a9c2d6c1ad9c1c773a5c568e3cba15d (diff) | |
download | rails-9ece976a99d5b0bd89840fea2e71a3c4127a45ec.tar.gz rails-9ece976a99d5b0bd89840fea2e71a3c4127a45ec.tar.bz2 rails-9ece976a99d5b0bd89840fea2e71a3c4127a45ec.zip |
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
Diffstat (limited to 'actionpack/Rakefile')
-rwxr-xr-x | actionpack/Rakefile | 1 |
1 files changed, 1 insertions, 0 deletions
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| |