Library gem used by Puppet OpenStack modules
Go to file
Emilien Macchi 885b45652a pin beaker to 2.x versions
Beaker 3.0.0 fails to run in Puppet Openstack CI:
LoadError: cannot load such file -- serverspec
While we're investigating it, let's pin Beaker to 2.x releases.

Change-Id: Ibe5fb922628415af6ec276cf3b7718b8457d7f1b
(cherry picked from commit 6e9f347fc4)
2016-09-28 16:23:01 +00:00
lib/puppet-openstack_spec_helper mitaka-only: force to clone poi on stable/mitaka 2016-08-15 08:22:36 -04:00
releasenotes gemspec: add dependencies for modules 2016-03-30 16:12:27 +00: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 gemspec: add dependencies for modules 2016-03-30 16:12:27 +00:00
puppet-openstack_spec_helper.gemspec pin beaker to 2.x versions 2016-09-28 16:23:01 +00:00
run_beaker_tests.sh Implement run_beaker_tests.sh 2016-01-25 15:34:14 -05:00
run_lint_tests.sh Backport lint & syntax scripts 2016-07-08 12:39:41 -04:00
run_syntax_tests.sh Backport lint & syntax scripts 2016-07-08 12:39:41 -04: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.