test_default_gems.rb: Stop using git ls-files
git ls-files
Just validate syntax and the result class instead.
Not only git ls-files doesn't make sence under ruby's repository, some gemspec files hardcode 2>/dev/null, which doesn't work of course on other than Unix-like platforms.
2>/dev/null
test_default_gems.rb: Stop using
git ls-files
Just validate syntax and the result class instead.
Not only
git ls-files
doesn't make sence under ruby's repository,some gemspec files hardcode
2>/dev/null
, which doesn't work ofcourse on other than Unix-like platforms.