Skip to content

Releases: chef-training/test_driven_cookbook_development

1.2.0 - Now with Chef DK 1.3.40

17 Apr 17:06
Compare
Choose a tag to compare

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 to test/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

06 Sep 21:43
Compare
Choose a tag to compare
  • 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

16 Sep 15:24
Compare
Choose a tag to compare

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