ChefSpec 7.1 released

ChefSpec 7.1 has been released to Rubygems and as usual it will be included in our next release of ChefDK.

7.1 It might not be a major release, but it has some major new functionality. Resource matchers are now generated automatically which means:

  • You won’t have to worry about older releases of ChefSpec not knowing about new resources in chef-client.
  • You won’t have to define the matchers in your cookbook code
  • You won’t have issues if a community cookbook lacks matchers

-Tim