Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
None
Description
The puppetlabs_spec_helper gem creates a "coverage" Rake task.
Unfortunately it's currently broken as it uses "rcov" and that only works on a deprecated Ruby version.
Replacing it with simplecov would probably be the way to go forward.