Library gem used by Infra puppet modules
Go to file
Clark Boylan a9b567eadf Cap rake below 12.3.0
New rake version 12.3.0 needs ruby 2.0 or greater which is not available
on our trusty test nodes. Cap to under rake 12.3.0 so that we use older
rake until we can stop using trusty and have more modern ruby.

The test runner script updates the installation path for this helper lib
to point back at itself when running local tests. Unfortunately it was
doing so with a buggy sed that no longer matched the contents of the
Gemfile that needed updating.

Fix this by updating the sed command to properly point to this lib for
local testing. Note this is fixed here because we need both fixes in
together in order to get gate jobs to pass.

Change-Id: Iddbbab9ea5996df4922bf7927deb8f0354378ab7
2017-11-20 10:41:45 -08:00
lib/puppet-openstack_infra_spec_helper Refactor spec helper 2017-07-09 17:12:37 +02:00
.gitignore Initial commit 2016-06-21 16:19:09 -07:00
.gitreview Added .gitreview 2016-06-21 01:50:44 +00:00
CHANGELOG.md Initial commit 2016-06-21 16:19:09 -07:00
LICENSE Initial commit 2016-06-21 16:19:09 -07:00
README.md Initial commit 2016-06-21 16:19:09 -07:00
puppet-openstack_infra_spec_helper.gemspec Cap rake below 12.3.0 2017-11-20 10:41:45 -08:00
run_unit_tests.sh Cap rake below 12.3.0 2017-11-20 10:41:45 -08:00

README.md

Puppet-OpenStack-Infra Spec Helper

This gem provides transitive dependencies for the OpenStack Puppet Modules OpenStack Infra Modules.

Usage

Include this gem in your Gemfile:

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