mirror of
https://github.com/github/rails.git
synced 2026-01-30 00:38:00 -05:00
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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user