aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/Rakefile
diff options
context:
space:
mode:
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
}