aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/Rakefile')
-rwxr-xr-xactionpack/Rakefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/actionpack/Rakefile b/actionpack/Rakefile
index bb1e704767..32c7cf3108 100755
--- a/actionpack/Rakefile
+++ b/actionpack/Rakefile
@@ -19,7 +19,6 @@ Rake::TestTask.new(:test_action_pack) do |t|
t.test_files = Dir.glob('test/{abstract,controller,dispatch,template,assertions}/**/*_test.rb').sort
t.warning = true
- t.verbose = true
end
namespace :test do