crystal-lang / shards

Dependency manager for the Crystal language
Other
758 stars 99 forks source link

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

Closed HertzDevil closed 4 months ago

HertzDevil commented 4 months ago

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