aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2010-09-24 15:23:52 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2010-09-24 15:23:52 -0700
commit6b37b39279d7907c3bb81fae2c1e8830f3037b3f (patch)
tree6374123c3d3e7066f799873996535553c20438cd
parentc12b886031ac59dd379f24434c2c14cf41d4082b (diff)
downloadrails-6b37b39279d7907c3bb81fae2c1e8830f3037b3f.tar.gz
rails-6b37b39279d7907c3bb81fae2c1e8830f3037b3f.tar.bz2
rails-6b37b39279d7907c3bb81fae2c1e8830f3037b3f.zip
turning on warnings
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 40fb0afc07..41b1cac56e 100644
--- a/Rakefile
+++ b/Rakefile
@@ -35,7 +35,7 @@ else
Spec::Rake::SpecTask.new(adapter) do |t|
t.spec_opts = ['--options', "\"#{File.dirname(__FILE__)}/spec/spec.opts\""]
t.libs << "#{File.dirname(__FILE__)}/spec"
- # t.warning = true
+ t.warning = true
t.spec_files = FileList['spec/**/*_spec.rb']
end