aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/Rakefile')
-rw-r--r--activesupport/Rakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/Rakefile b/activesupport/Rakefile
index 0666f62c36..d49fea4d24 100644
--- a/activesupport/Rakefile
+++ b/activesupport/Rakefile
@@ -17,6 +17,8 @@ RUBY_FORGE_USER = "webster132"
task :default => :test
Rake::TestTask.new { |t|
t.pattern = 'test/**/*_test.rb'
+ t.verbose = true
+ t.warning = true
}
# Create compressed packages