Library gem used by Puppet OpenStack modules
Go to file
Colleen Murphy de2638066e Initial commit - lay down basic structure
Add gemspec file, license, README, empty changelog, and empty library
files.

Note: the README proposes that this gem always be installed from the
master branch of the git repository. This would save us the trouble of
having make releases on the ruby forge and would mean that emergency
fixes added to the gem would be available immediately, but also means
that whenever we break it it breaks everything immediately. This
proposal is open to feedback and we can always revisit it.

Change-Id: I1490e3ec35235e057b3f0c13ae29b5913e7f8d49
2015-11-04 13:21:39 -08:00
lib/puppet-openstack_spec_helper Initial commit - lay down basic structure 2015-11-04 13:21:39 -08:00
.gitreview Added .gitreview 2015-10-01 07:53:00 +00:00
CHANGELOG.md Initial commit - lay down basic structure 2015-11-04 13:21:39 -08:00
LICENSE Initial commit - lay down basic structure 2015-11-04 13:21:39 -08:00
README.md Initial commit - lay down basic structure 2015-11-04 13:21:39 -08:00
puppet-openstack_spec_helper.gemspec Initial commit - lay down basic structure 2015-11-04 13:21:39 -08:00

README.md

Puppet-OpenStack Spec Helper

This gem provides helper utilities for running rspec tests in the OpenStack Puppet Modules.

Usage

Include this gem in your Gemfile:

gem 'puppet-openstack_spec_helper',
  :git => 'https://git.openstack.org/openstack/puppet-openstack_spec_helper',
  :require => false

In your Rakefile, require the rake_tasks library:

require 'puppet-openstack_spec_helper/rake_tasks'

Instructions for using puppet-openstack_spec_helper/beaker_spec_helper in spec/spec_helper_acceptance.rb to come soon.