Go to file
Colleen Murphy 0861447aaa Move spec_helper_acceptance into helper gem
Every puppet module contains the same file that prepares beaker tests.
Currently, when we need to make changes to it, we need to change it in
every puppet module. This is inefficient and causes a huge review
backlog for identical changes. This patch copies the
spec_helper_acceptance.rb file, with minor modifications to keep the
path logic correct, into the common helper gem. The modules already
depend on this gem for common gem dependencies. This way, modules can
simply `require
puppet-openstack_infra_spec_helper/spec_helper_acceptance` in their
tests and not bother keeping the spec_helper_acceptance module locally.

Change-Id: I18ed6cd2f8ee472a66cf580e3e183d14c00e6877
2017-06-25 19:19:54 +02:00
2016-06-21 16:19:09 -07:00
2016-06-21 01:50:44 +00:00
2016-06-21 16:19:09 -07:00
2016-06-21 16:19:09 -07:00
2016-06-21 16:19:09 -07:00
2016-06-21 16:19:09 -07:00

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
Description
Library gem used by Infra puppet modules
Readme 360 KiB
Languages
Ruby 81.5%
Shell 18.5%