Pull in some more useful testing gems

This commit is contained in:
R. Tyler Croy 2012-10-15 20:48:53 -07:00
parent f4e5428d6e
commit bcc19d6ddb
1 changed files with 9 additions and 3 deletions

12
Gemfile
View File

@ -1,8 +1,14 @@
source :gemcutter
gem 'rake'
gem 'rspec-puppet'
gem 'puppet-lint'
gem 'puppet', '~> 2.7.0'
gem 'puppet-module'
gem 'puppetlabs_spec_helper'
group :test do
gem 'rspec-puppet'
gem 'puppet-lint'
gem 'blimpy'
gem 'blimpy-cucumber'
gem 'cucumber'
gem 'puppetlabs_spec_helper'
end