Library gem used by Puppet OpenStack modules
Go to file
Emilien Macchi 5901b7d1a3 Release 8.0.0
* Update CHANGELOG file to document the right URL for release notes.
* Update beaker_spec_helper and rake_tasks to checkout stable/mitaka.
* Update version in version.rb, to match with other modules versionning.
* Improve index.rst to list releases and propose indices and tables.
* Add mitaka.rst to track notes added in stable/mitaka.
* Update .gitreview

Change-Id: I9eedb76279e5f2bf61b7819c55433b1393d312aa
(cherry picked from commit 4150a405ca)
2016-03-21 15:28:31 -04:00
lib/puppet-openstack_spec_helper Release 8.0.0 2016-03-21 15:28:31 -04:00
releasenotes Release 8.0.0 2016-03-21 15:28:31 -04:00
.gitignore Add basic structure for ReNo 2016-03-14 08:35:24 -04:00
.gitreview Release 8.0.0 2016-03-21 15:28:31 -04:00
CHANGELOG.md Release 8.0.0 2016-03-21 15:28:31 -04: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
functions Release 8.0.0 2016-03-21 15:28:31 -04:00
puppet-openstack_spec_helper.gemspec Initial commit - lay down basic structure 2015-11-04 13:21:39 -08:00
run_beaker_tests.sh Implement run_beaker_tests.sh 2016-01-25 15:34:14 -05:00
run_unit_tests.sh Create functions from run_unit_tests.sh 2016-01-25 14:53:20 -05:00
setup.cfg Add basic structure for ReNo 2016-03-14 08:35:24 -04:00
setup.py Add basic structure for ReNo 2016-03-14 08:35:24 -04:00
test-requirements.txt Add basic structure for ReNo 2016-03-14 08:35:24 -04:00
tox.ini Add basic structure for ReNo 2016-03-14 08:35:24 -04: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.