Skip to content

Commit

Permalink
turn on ruby warnings during tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Sep 30, 2010
1 parent 4459e66 commit d2a1f4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -55,6 +55,7 @@ multiruby = lambda do |glob|
end

Rake::TestTask.new(:test) do |test|
test.ruby_opts << "-W"
test.pattern = 'test/**/*_test.rb'
test.verbose = true
end

0 comments on commit d2a1f4f

Please sign in to comment.