Files
puppet-openstack_dev_env/Gemfile
Dan Bode f4c0459cd5 add support for running all unit tests
this commit adds a rake test that supports running all unit
tests. it also updates the openstack_test.sh script to invoke
that rake test to run tests.

Also, it adds unit testing requirements to the Gemfile.
2013-04-07 20:26:53 -07:00

11 lines
214 B
Ruby

source "https://rubygems.org"
gem "vagrant", "~>1.0"
gem "librarian-puppet"
gem "github_api", "0.8.1"
gem 'rake'
group :unit_tests do
gem 'puppetlabs_spec_helper'
gem 'puppet', '3.1.0'
gem 'rspec-puppet'
end