aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorArun Agrawal <arunagw@gmail.com>2012-02-03 08:01:24 -0500
committerArun Agrawal <arunagw@gmail.com>2012-02-03 08:01:24 -0500
commitbfb84cfb3eab81d86585632452a60b76eb05db43 (patch)
treeb608c8465c2d90363958916f112c7f1d22dc9d22 /activesupport
parentc5512946e0eed19ff5c212ac0618cc693308cf83 (diff)
downloadrails-bfb84cfb3eab81d86585632452a60b76eb05db43.tar.gz
rails-bfb84cfb3eab81d86585632452a60b76eb05db43.tar.bz2
rails-bfb84cfb3eab81d86585632452a60b76eb05db43.zip
Verbose output for tests.
See #3892
Diffstat (limited to 'activesupport')
-rwxr-xr-xactivesupport/Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/Rakefile b/activesupport/Rakefile
index be3d3deb41..822c9d98ae 100755
--- a/activesupport/Rakefile
+++ b/activesupport/Rakefile
@@ -6,6 +6,7 @@ Rake::TestTask.new do |t|
t.libs << 'test'
t.pattern = 'test/**/*_test.rb'
t.warning = true
+ t.verbose = true
end
namespace :test do