6cb5845e85
* Load Rakefile and spec_helper from the common code in the gem * Add a .fixtures.yml for automatic creation of testing fixtures
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'
|