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:
parent
d738532658
commit
d374c3676c
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue