33 lines
884 B
Markdown
33 lines
884 B
Markdown
Team and repository tags
|
|
========================
|
|
|
|
[](https://governance.openstack.org/tc/reference/tags/index.html)
|
|
|
|
<!-- Change things from this point on -->
|
|
|
|
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://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.
|