aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/Rakefile')
-rwxr-xr-xactivesupport/Rakefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/Rakefile b/activesupport/Rakefile
index 822c9d98ae..be3d3deb41 100755
--- a/activesupport/Rakefile
+++ b/activesupport/Rakefile
@@ -6,7 +6,6 @@ Rake::TestTask.new do |t|
t.libs << 'test'
t.pattern = 'test/**/*_test.rb'
t.warning = true
- t.verbose = true
end
namespace :test do