Files
cookbook-openstack-compute/Gemfile
John Dewey 4bcd9d20c8 Added initial chefspec tests
Does not include template rendering tests.
Could use some help with these, as they are fairly
important.
2013-05-03 23:38:22 -07:00

7 lines
141 B
Ruby

source "https://rubygems.org"
gem "chef", "~> 10.18.2"
gem "berkshelf", "~> 1.4.0"
gem "chefspec", "~> 1.0.0"
gem "foodcritic", "~> 2.1.0"