puppet-dashboard icon indicating copy to clipboard operation
puppet-dashboard copied to clipboard

Add test coverage for the code in the rake tasks

Open ZeroPointEnergy opened this issue 7 years ago • 0 comments

The rake tasks are currently completely uncovered. The most common suggestion on how to test them is to just move the code into a class and use regular unit tests.

This will require some major refactoring of the rake tasks.

ZeroPointEnergy avatar Sep 11 '18 12:09 ZeroPointEnergy