aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/Rakefile
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2006-08-29 08:24:04 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2006-08-29 08:24:04 +0000
commit965ae90bc6ff63c4aeee81cbc2137d8d7ef5ccdc (patch)
tree11796161d2f7d5c51f9626c4acbeb4ac34cb1215 /activesupport/Rakefile
parent06a731e365011715759f46a09cb726b9f0350d00 (diff)
downloadrails-965ae90bc6ff63c4aeee81cbc2137d8d7ef5ccdc.tar.gz
rails-965ae90bc6ff63c4aeee81cbc2137d8d7ef5ccdc.tar.bz2
rails-965ae90bc6ff63c4aeee81cbc2137d8d7ef5ccdc.zip
Eliminate Active Support warnings.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4839 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/Rakefile')
-rw-r--r--activesupport/Rakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/activesupport/Rakefile b/activesupport/Rakefile
index 7a6825cad8..84e93079d3 100644
--- a/activesupport/Rakefile
+++ b/activesupport/Rakefile
@@ -18,7 +18,7 @@ task :default => :test
Rake::TestTask.new { |t|
t.pattern = 'test/**/*_test.rb'
t.verbose = true
- t.warning = false
+ t.warning = true
}
# Create compressed packages
@@ -79,4 +79,4 @@ task :release => [ :package ] do
puts release_command
system(release_command)
end
-end \ No newline at end of file
+end