From 9c4beb5e982aae09a0813f82b8634baa8f8b4d08 Mon Sep 17 00:00:00 2001 From: Michael Koziarski Date: Sun, 20 Jan 2008 23:27:19 +0000 Subject: Tidy up description for the rake test task. Closes #10598 [akaspick] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8678 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/lib/tasks/testing.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/lib/tasks') diff --git a/railties/lib/tasks/testing.rake b/railties/lib/tasks/testing.rake index dc513108fc..cc2376cbb3 100644 --- a/railties/lib/tasks/testing.rake +++ b/railties/lib/tasks/testing.rake @@ -38,7 +38,7 @@ module Kernel end end -desc 'Test all units and functionals' +desc 'Run all unit, functional and integration tests' task :test do errors = %w(test:units test:functionals test:integration).collect do |task| begin -- cgit v1.2.3