crystal-lang / shards

Dependency manager for the Crystal language
Other
766 stars 102 forks source link

Use `FileUtils.rm_rf` instead of shell command in spec #616

Closed HertzDevil closed 9 months ago

HertzDevil commented 9 months ago

This is needed for one spec to pass on Windows where rm doesn't exist as a built-in.