aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/Rakefile
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2007-09-15 21:39:04 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2007-09-15 21:39:04 +0000
commit3f29043f456af423c4ec7599040625c87321aa77 (patch)
tree2a36b04caf5607069001b3f6aab20d4da9b72a04 /activesupport/Rakefile
parent0b0931e15066a04bb5aea8dac910497ddb5f9b33 (diff)
downloadrails-3f29043f456af423c4ec7599040625c87321aa77.tar.gz
rails-3f29043f456af423c4ec7599040625c87321aa77.tar.bz2
rails-3f29043f456af423c4ec7599040625c87321aa77.zip
Added Array#rand (closes #9170) [norbert]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7486 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/Rakefile')
-rw-r--r--activesupport/Rakefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/Rakefile b/activesupport/Rakefile
index 5bccc3ca4c..65e928e811 100644
--- a/activesupport/Rakefile
+++ b/activesupport/Rakefile
@@ -18,7 +18,6 @@ task :default => :test
Rake::TestTask.new { |t|
t.pattern = 'test/**/*_test.rb'
t.verbose = true
- t.warning = true
}
# Create compressed packages