Warning is too noisy

This commit is contained in:
Takashi Kokubun 2015-10-07 00:20:58 +09:00
parent a25c31bf6b
commit 7d27764d9b
1 changed files with 0 additions and 1 deletions

View File

@ -8,6 +8,5 @@ Rake::TestTask.new do |t|
files = Dir['test/*_test.rb']
files << 'test/haml-spec/hamlit_test.rb'
t.test_files = files
t.warning = true
t.verbose = true
end