Library gem used by Puppet OpenStack modules
Go to file
Takashi Kajinami 58526da21b CentOS 8: Pin pathspec to 1.0.0
The recent version of patspec requires 2.6 but this is not available in
CentOS 8.

Closes-Bug: #1962790
Change-Id: I0c3ba9707e02e163af248233a948eac2614bc277
2022-03-03 08:43:37 +09:00
doc Update openstackdocstheme to the latest version 2021-09-29 16:06:50 +08:00
lib/puppet-openstack_spec_helper Enable unit tests for CentOS 9 2022-02-18 19:25:28 +09:00
releasenotes Update master for stable/xena 2021-10-07 08:26:50 +00:00
.gitignore Dissuade .gitignore references to personal tools 2018-10-08 11:47:07 +08:00
.gitreview OpenDev Migration Patch 2019-04-19 19:32:19 +00:00
.zuul.yaml Change to Litmus 2020-09-19 00:40:12 +02:00
CHANGELOG.md Release 8.0.0 2016-03-21 15:20:20 -04:00
LICENSE Update LICENSE 2018-04-06 20:14:56 +08:00
README.md Remove beaker 2020-09-20 17:46:24 +00:00
bindep.txt Move other-requirements.txt to bindep.txt 2016-08-12 21:10:46 +02:00
functions Revert "Switch to stable/wallaby" 2021-04-08 02:01:16 +00:00
puppet-openstack_spec_helper.gemspec CentOS 8: Pin pathspec to 1.0.0 2022-03-03 08:43:37 +09:00
run_lint_tests.sh Add run_lint_tests.sh 2016-06-23 17:05:05 -04:00
run_litmus_tests.sh Change to Litmus 2020-09-19 00:40:12 +02:00
run_syntax_tests.sh Change minimum Puppet version to 6 2020-05-08 17:07:07 +02:00
run_unit_tests.sh Support puppet 4.8 and latest for libraries unit test 2018-03-27 16:00:22 +08:00
setup.cfg Add information technology in the setup.cfg 2021-10-01 06:54:49 +08:00
setup.py Delete useless code for setup.py 2021-09-30 13:38:33 +08:00
tox.ini Replace deprecated UPPER_CONSTRAINTS_FILE variable 2020-11-11 09:08:35 +08:00

README.md

Team and repository tags

Team and repository tags

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://opendev.org/openstack/puppet-openstack_spec_helper',
  :require => false

In your Rakefile, require the rake_tasks library:

require 'puppet-openstack_spec_helper/rake_tasks'

Release notes for the project can be found at: https://docs.openstack.org/releasenotes/puppet-openstack_spec_helper

The project source code repository is located at: https://opendev.org/openstack/puppet-openstack_spec_helper

Contributors for the project can be found at: https://github.com/openstack/puppet-openstack_spec_helper/graphs/contributors

Developer documentation for the entire puppet-openstack project can be found at: https://docs.openstack.org/puppet-openstack-guide/latest/