puppet-dashboard
puppet-dashboard copied to clipboard
Add test coverage for the code in the rake tasks
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.