Releases: chef-training/test_driven_cookbook_development
Releases · chef-training/test_driven_cookbook_development
1.2.0 - Now with Chef DK 1.3.40
The content has been updated to Chef DK 1.3.40. Which really only changed the path of the inspec test path and the inspec tests themselves.
- Path
test/recipes
changed totest/smoke/default
- In the test file
skip '...'
replaced by the:skip
placed at the end of each resource.
The default password in the workstation has been updated to be a little more secure.
Chef DK 0.17.17
- Updated all content to Chef DK 0.17.17
- A new workstation has been created that contains Chef DK 0.17.17
- InSpec now replaces all ServerSpec examples
- Folder structure of InSpec is different than ServerSpec
Initial Release
Test Driven Cookbook Development
- Uses Chef DK 0.10.10
- Uses ServerSpec in the first and final section of the content
- Uses ChefSpec throughout the middle of the course