Skip to content

Commit

Permalink
Turn on warnings in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
mvz committed Mar 24, 2012
1 parent 4ccd9fa commit d17116f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -8,6 +8,7 @@ Rake::TestTask.new(:test) do |test|
test.libs << 'lib' << 'test'
test.test_files = FileList['test/test_*.rb']
test.verbose = true
test.warning = true
end

require 'cucumber/rake/task'
Expand Down

0 comments on commit d17116f

Please sign in to comment.