https://github.com/openstack/puppet-openstack_spec_helper
Library gem used by Puppet OpenStack modules. Mirror of code maintained at opendev.org.
https://github.com/openstack/puppet-openstack_spec_helper
Last synced: 8 months ago
JSON representation
Library gem used by Puppet OpenStack modules. Mirror of code maintained at opendev.org.
- Host: GitHub
- URL: https://github.com/openstack/puppet-openstack_spec_helper
- Owner: openstack
- License: apache-2.0
- Created: 2015-10-01T07:53:02.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2025-04-16T09:45:53.000Z (about 1 year ago)
- Last Synced: 2025-04-16T12:44:20.125Z (about 1 year ago)
- Language: Python
- Homepage: https://opendev.org/openstack/puppet-openstack_spec_helper
- Size: 299 KB
- Stars: 13
- Watchers: 6
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Team and repository tags
========================
[](https://governance.openstack.org/tc/reference/tags/index.html)
Puppet-OpenStack Spec Helper
============================
This gem provides helper utilities for running rspec tests in the
[OpenStack Puppet Modules](https://wiki.openstack.org/wiki/Puppet).
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/