aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-07-15 08:49:24 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-07-15 08:49:24 +0000
commitf45d8d81bfdef59ce81295322ec2c3c89ca1ed8f (patch)
tree484674700aa993373fa6c4e84bc35e4d382d1461
parent7073abe15906d5b4bbd7cd455136fbd2c52a8a49 (diff)
downloadrails-f45d8d81bfdef59ce81295322ec2c3c89ca1ed8f.tar.gz
rails-f45d8d81bfdef59ce81295322ec2c3c89ca1ed8f.tar.bz2
rails-f45d8d81bfdef59ce81295322ec2c3c89ca1ed8f.zip
Turned off the test task as it breaks all others for now
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1836 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
-rw-r--r--railties/Rakefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/railties/Rakefile b/railties/Rakefile
index 94cc85a23a..f93e677638 100644
--- a/railties/Rakefile
+++ b/railties/Rakefile
@@ -19,14 +19,11 @@ RUBY_FORGE_PROJECT = "rails"
RUBY_FORGE_USER = "webster132"
-desc "Default Task"
-task :default => :test
-
-Rake::TestTask.new 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.verbose = true
+# end
BASE_DIRS = %w( app config/environments components db doc log lib public script test vendor )