From a197d1c87431814f23e9166bb92df3fc4783a36f Mon Sep 17 00:00:00 2001
From: Aaron Patterson <aaron.patterson@gmail.com>
Date: Tue, 17 Aug 2010 17:21:52 -0700
Subject: run the AS tests in verbose mode

---
 activesupport/Rakefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/activesupport/Rakefile b/activesupport/Rakefile
index 8e2683ef89..f9e61be1c5 100644
--- a/activesupport/Rakefile
+++ b/activesupport/Rakefile
@@ -9,6 +9,7 @@ Rake::TestTask.new do |t|
   t.libs << 'test'
   t.pattern = 'test/**/*_test.rb'
   t.warning = true
+  t.verbose = true
 end
 
 namespace :test do
-- 
cgit v1.2.3