RSpec test framework for your Puppet manifests
Install the rspec-puppet gem and run rspec-puppet-init
from inside your module to set everything up.
$ gem install rspec-puppet
$ cd your-module
$ rspec-puppet-init
Then continue on to the tutorial!