Skip to content

Instantly share code, notes, and snippets.

@micgo
Created February 11, 2014 22:00
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save micgo/8945089 to your computer and use it in GitHub Desktop.
Save micgo/8945089 to your computer and use it in GitHub Desktop.
Test Kitchen, Guard, Foodcritic, ChefSpec
source 'https://rubygems.org'
gem 'berkshelf', '~> 2.0'
group :development do
gem 'ruby_gntp'
gem 'test-kitchen'
gem 'kitchen-vagrant'
gem 'guard'
gem 'guard-kitchen'
gem 'guard-foodcritic', '~> 1.0'
gem 'guard-rspec', '~> 4.2'
gem 'foodcritic', '~> 3.0'
gem 'chefspec', '~> 3.1'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment