aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/Rakefile
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2010-04-06 00:18:22 -0700
committerJosé Valim <jose.valim@gmail.com>2010-04-10 13:50:38 +0200
commitf46dc9b6b706d8fbbb37d9d6374e671a633bff9f (patch)
treebb12b257e2f0ef99510d0446656ca77adbf32a74 /activerecord/Rakefile
parent922e4c57a4a8efe5b045cf800692c487cbacb93c (diff)
downloadrails-f46dc9b6b706d8fbbb37d9d6374e671a633bff9f.tar.gz
rails-f46dc9b6b706d8fbbb37d9d6374e671a633bff9f.tar.bz2
rails-f46dc9b6b706d8fbbb37d9d6374e671a633bff9f.zip
clear the rest of the warnings, run with warnings turned on [#4332 state:resolved]
Signed-off-by: José Valim <jose.valim@gmail.com>
Diffstat (limited to 'activerecord/Rakefile')
-rw-r--r--activerecord/Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/activerecord/Rakefile b/activerecord/Rakefile
index e638da0f3e..bf05389eae 100644
--- a/activerecord/Rakefile
+++ b/activerecord/Rakefile
@@ -50,6 +50,7 @@ end
t.libs << "test" << connection_path
t.test_files=Dir.glob( "test/cases/**/*_test{,_#{adapter_short}}.rb" ).sort
t.verbose = true
+ t.warning = true
}
task "isolated_test_#{adapter}" do