Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 507 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 507 Bytes

Voxpupuli Test Gem

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.

Usage

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'