aboutsummaryrefslogtreecommitdiffstats
path: root/railties/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'railties/Rakefile')
-rw-r--r--railties/Rakefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/railties/Rakefile b/railties/Rakefile
index 0df22c7a72..04a1162c74 100644
--- a/railties/Rakefile
+++ b/railties/Rakefile
@@ -21,6 +21,8 @@ RUBY_FORGE_PROJECT = "rails"
RUBY_FORGE_USER = "webster132"
+task :default => :test
+
## This is required until the regular test task
## below passes. It's not ideal, but at least
## we can see the failures
@@ -353,4 +355,4 @@ task :release => [ :package ] do
rubyforge = RubyForge.new
rubyforge.login
rubyforge.add_release(PKG_NAME, PKG_NAME, "REL #{PKG_VERSION}", *packages)
-end \ No newline at end of file
+end