fuel-library/deployment/puppet/keystone/.gemfile
Branan Purvine-Riley 6cb5845e85 Update module for the puppetlabs_spec_helper gem
* Load Rakefile and spec_helper from the common code in the gem
* Add a .fixtures.yml for automatic creation of testing fixtures
2012-05-31 16:55:33 -07:00

6 lines
174 B
Plaintext

source :rubygems
puppetversion = ENV.key?('PUPPET_VERSION') ? "= #{ENV['PUPPET_VERSION']}" : ['>= 2.7']
gem 'puppet', puppetversion
gem 'puppetlabs_spec_helper', '>= 0.1.0'