aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/Rakefile
diff options
context:
space:
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