From 1d3bc506f465d2479a8c10754e98f7d55db99018 Mon Sep 17 00:00:00 2001 From: Arun Agrawal Date: Wed, 7 Dec 2011 20:02:19 +0530 Subject: No verbose the output for tests. --- activesupport/Rakefile | 1 - 1 file changed, 1 deletion(-) (limited to 'activesupport/Rakefile') 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 -- cgit v1.2.3