git ssb

0+

dangerousbeans / %aPBe2k3ugtjBr4rrsU1…



Commit 6f6568be12e41c3ca4e8803e3ce3376f4637d360

run rspec with warnings enabled

Aaron Patterson committed on 6/22/2011, 12:04:01 AM
Parent: 678c38b9cca511c3d36330a896f7040d5320b8d0

Files changed

Rakefilechanged
RakefileView
@@ -24,8 +24,9 @@
2424
2525 desc "Run all specs"
2626 RSpec::Core::RakeTask.new do |t|
2727 t.pattern = 'spec/**/*_spec.rb'
28+ t.ruby_opts = '-w'
2829 end
2930
3031 desc "Run all specs, with coverage testing"
3132 RSpec::Core::RakeTask.new(:rcov) do |t|

Built with git-ssb-web