test-kitchen example git-cookbook
In order to build development environments whith confidence
As a developer using chef
I want to test chef infrastructure code using test-kitchen
1 install ChefDK
2 install test-kitchen gem
gem install test-kitchen
3 add gem "test-kitchen" to your project's Gemfile.
bundle install