aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/Rakefile
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@plataformatec.com.br>2012-02-02 02:42:28 -0800
committerJosé Valim <jose.valim@plataformatec.com.br>2012-02-02 02:42:28 -0800
commit593fe4312fc15fba458cf14e1154eeb8a8ded37c (patch)
treed042bd339a23bd221a2f961e6fe8ef1361308e55 /activerecord/Rakefile
parent76665025fb0fcda2281a7df50cc82eaa56065a8f (diff)
parent1d3bc506f465d2479a8c10754e98f7d55db99018 (diff)
downloadrails-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 'activerecord/Rakefile')
-rwxr-xr-xactiverecord/Rakefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/activerecord/Rakefile b/activerecord/Rakefile
index 98020ad3ab..cc3bc4a94f 100755
--- a/activerecord/Rakefile
+++ b/activerecord/Rakefile
@@ -48,7 +48,6 @@ end
|x| x =~ /\/adapters\//
} + Dir.glob("test/cases/adapters/#{adapter_short}/**/*_test.rb")).sort
- t.verbose = true
t.warning = true
}