Files
puppet-openstack_spec_helper/README.md
chenghuiyu b68d2bd4b8 Update to the latest address in README
Change-Id: I9ba45cb39e7ea2c4ee65aa7b76ea4820821f9c30
2017-09-21 12:05:43 +08:00

884 B

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://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.