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

Fix for clean task

[ci skip]

Signed-off-by: Norman Clarke <norman@njclarke.com>
This commit is contained in:
Matt Wildig 2012-05-23 11:50:11 -03:00 committed by Norman Clarke
parent d738532658
commit d374c3676c

View file

@ -4,7 +4,7 @@ require "rubygems/package_task"
task :default => :test
CLEAN << %w(pkg doc coverage .yardoc)
CLEAN.replace %w(pkg doc coverage .yardoc)
def silence_warnings
the_real_stderr, $stderr = $stderr, StringIO.new