make the railties test task available

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4840 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
Jeremy Kemper 2006-08-29 09:15:28 +00:00
parent 965ae90bc6
commit dafd5c14ae
1 changed files with 6 additions and 5 deletions

View File

@ -21,11 +21,12 @@ RUBY_FORGE_PROJECT = "rails"
RUBY_FORGE_USER = "webster132"
# Rake::TestTask.new("test") do |t|
# t.libs << 'test'
# t.pattern = 'test/*_test.rb'
# t.verbose = true
# end
Rake::TestTask.new("test") do |t|
t.libs << 'test'
t.pattern = 'test/**/*_test.rb'
t.warning = true
t.verbose = true
end
BASE_DIRS = %w(