This is a helper Gem to test the various Vox Pupuli Puppet modules. This Gem currently serves only to encapsulate common rake
tasks related to releasing modules. The aim is to reduce the boiler plate and need for modulesync.
Add the voxpupuli-test
Gem to your Gemfile
:
gem 'voxpupuli-test'
Then, at the top of your Rakefile
, add:
require 'voxpupuli/test/rake'
In your spec/spec_helper.rb
require 'voxpupuli/test/spec_helper'