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
1 changed files with 1 additions and 1 deletions

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