- bundle init – this will add a new file named “Gemfile”
- vim Gemfile
- Add test-kitchen
- Add kitchen-vagrant
- Add berkshelf
- Add librarian-chef
- bundle install
- kitchen init
- vim .kitchen.yml
- remove centos
- edit chef_solo to chef_zero
- bundle – unnecessary
- berks init
- resolve conflicts
- chefignore
- .kitchen.yml
- resolve conflicts
- kitchen setup – not quite here
- edit .kitchen.yml
- add “verifier” (name = inspect, sudo = true)
- edit Gemfile
- add entry for “kitchen-inspec”
- bundle install
- Add test case – test/
- berks
- kitchen test
– manzoor