aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/Rakefile
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2010-08-17 17:21:52 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2010-08-17 17:21:52 -0700
commita197d1c87431814f23e9166bb92df3fc4783a36f (patch)
treeef642174ab306bfa34c905ab4e0c141dc5fc2db0 /activesupport/Rakefile
parentc6db3486c355f4a4fb911d8a8a9ea8043c67b650 (diff)
downloadrails-a197d1c87431814f23e9166bb92df3fc4783a36f.tar.gz
rails-a197d1c87431814f23e9166bb92df3fc4783a36f.tar.bz2
rails-a197d1c87431814f23e9166bb92df3fc4783a36f.zip
run the AS tests in verbose mode
Diffstat (limited to 'activesupport/Rakefile')
-rw-r--r--activesupport/Rakefile1
1 files changed, 1 insertions, 0 deletions
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