elijah / chef-prometheus

Chef cookbook for Prometheus. The open source service monitoring system and time-series database.
Apache License 2.0
52 stars 93 forks source link

Writing unit tests for source.rb #2

Closed tuahk closed 9 years ago

tuahk commented 9 years ago

Hi,

Maybe I could write unit test with ChefSpec?

rayrod2030 commented 9 years ago

Yeah that would be useful. I've added only a few very high level serverspec tests but chefspec tests would be great for faster feedback.

tuahk commented 9 years ago

Great! I start working on this an make PR when done

rayrod2030 commented 9 years ago

Work to start improving unit testing has been started with this PR: https://github.com/rayrod2030/chef-prometheus/pull/8.