aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/Rakefile
diff options
context:
space:
mode:
authorArun Agrawal <arunagw@gmail.com>2011-12-07 20:02:19 +0530
committerArun Agrawal <arunagw@gmail.com>2012-02-01 07:21:38 -0500
commit1d3bc506f465d2479a8c10754e98f7d55db99018 (patch)
treee541abdea3a695b3e8dbbe098e9b22b67744ffcb /activerecord/Rakefile
parent0b5edb32cf53873c975f0c656f356dd3f440233c (diff)
downloadrails-1d3bc506f465d2479a8c10754e98f7d55db99018.tar.gz
rails-1d3bc506f465d2479a8c10754e98f7d55db99018.tar.bz2
rails-1d3bc506f465d2479a8c10754e98f7d55db99018.zip
No verbose the output for tests.
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
}