1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

Warning is too noisy

This commit is contained in:
Takashi Kokubun 2015-10-07 00:20:58 +09:00
parent a25c31bf6b
commit 7d27764d9b

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