puppetlabs_spec_helper
puppetlabs_spec_helper copied to clipboard
Fix check:git_ignore rake task for git >= 2.32.0
Since git 2.32.0, the task check:git_ignore failed with an error message: "fatal: ls-files -i must be used with either -o or -c". Fixed by adding --cached
option to git ls-files
.