diff options
author | José Valim <jose.valim@plataformatec.com.br> | 2012-02-02 02:42:28 -0800 |
---|---|---|
committer | José Valim <jose.valim@plataformatec.com.br> | 2012-02-02 02:42:28 -0800 |
commit | 593fe4312fc15fba458cf14e1154eeb8a8ded37c (patch) | |
tree | d042bd339a23bd221a2f961e6fe8ef1361308e55 /actionpack | |
parent | 76665025fb0fcda2281a7df50cc82eaa56065a8f (diff) | |
parent | 1d3bc506f465d2479a8c10754e98f7d55db99018 (diff) | |
download | rails-593fe4312fc15fba458cf14e1154eeb8a8ded37c.tar.gz rails-593fe4312fc15fba458cf14e1154eeb8a8ded37c.tar.bz2 rails-593fe4312fc15fba458cf14e1154eeb8a8ded37c.zip |
Merge pull request #3892 from arunagw/verbose_rake_test
No Verbose the output for test.
Diffstat (limited to 'actionpack')
-rwxr-xr-x | actionpack/Rakefile | 1 |
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 |