This improves the coverage of the prune specs added when #57 was closed.
The hidden files are not removed because the Dir[File.join(Shards.install_path, "*")] will not enumerate it by default. With this PR we are stressing the check that existing files (not directories) in the ./lib folders are kept. And not because they are hidden.
This improves the coverage of the prune specs added when #57 was closed. The hidden files are not removed because the
Dir[File.join(Shards.install_path, "*")]
will not enumerate it by default. With this PR we are stressing the check that existing files (not directories) in the./lib
folders are kept. And not because they are hidden.