Skip to content
Snippets Groups Projects
Commit 636c3023 authored by Kenichi Kamiya's avatar Kenichi Kamiya Committed by Romain Tartière
Browse files

Enabled warning option in test task

parent 032e8247
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@ Rake::TestTask.new(:test) do |test|
test.libs << 'lib' << 'test'
test.pattern = 'test/**/*_test.rb'
test.verbose = true
test.warning = true
end
begin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment