diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2012-12-29 00:08:37 +0530 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2012-12-29 00:16:15 +0530 |
commit | 09a347f0cd6929733281049b6ae21aa23d587fb0 (patch) | |
tree | 38a40c949b81108b474570b5dfc8a5252833db54 | |
parent | 8dd2c71d2671ddc87bfdf18ebb35a4ca382e59f6 (diff) | |
download | rails-09a347f0cd6929733281049b6ae21aa23d587fb0.tar.gz rails-09a347f0cd6929733281049b6ae21aa23d587fb0.tar.bz2 rails-09a347f0cd6929733281049b6ae21aa23d587fb0.zip |
Revert "Add rake default to description"
This reverts commit 0d8ca8124de9b3a5f6398a28d79baca935a1f96c.
Reason: docrails isn't the place to do this. Also, I feel this is
not really required.
[ci skip]
-rw-r--r-- | railties/Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/Rakefile b/railties/Rakefile index 1b437947a4..eb068fc526 100644 --- a/railties/Rakefile +++ b/railties/Rakefile @@ -4,7 +4,7 @@ require 'rubygems/package_task' require 'date' require 'rbconfig' -desc "Default Task" + task :default => :test desc "Run all unit tests" |