Skip to content

Instantly share code, notes, and snippets.

@autotune
Created May 28, 2014 23:35
Show Gist options
  • Save autotune/b03aadf32f9e79c00309 to your computer and use it in GitHub Desktop.
Save autotune/b03aadf32f9e79c00309 to your computer and use it in GitHub Desktop.
Gemfile - test-kitchen
source 'https://rubygems.org'
gem 'berkshelf'
group :plugins do
gem "vagrant-berkshelf", github: "berkshelf/vagrant-berkshelf"
gem "vagrant-omnibus", github: "schisamo/vagrant-omnibus"
end
gem 'test-kitchen'
gem 'kitchen-vagrant'
gem 'rackspace'
gem 'kitchen-rackspace'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment