b8000f6015
* Automatically populate fixtures directory on spec runs * Avoid duplicating spec_helper and Rakefile between modules
6 lines
174 B
Plaintext
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'
|