You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As reported by @burtlo: With _bats_ we define a directory within the ./test/integration directory. With _serverspec_ we define a similar directory. With _inspec_ we change the _verifier_ in the .kitchen.yml and its convention (according to this one example: https://github.com/chef/inspec/tree/master/examples/test-kitchen/test/integration/default) uses the entire default test suite directory instead of sub-directory.
The text was updated successfully, but these errors were encountered:
chef-dk 0.10.0 generates a test/integration/default/serverspec/default_spec.rb this requires a cookbook author to remove those files as they are automatically picked up by inspec and fails on execution.
@burtlo From my perspective, inspec should pick up serverspec and inspec directory. The solution should be to understand the missing pieces for serverspec and make this running our of the box
As reported by @burtlo: With _bats_ we define a directory within the
./test/integration
directory. With _serverspec_ we define a similar directory. With _inspec_ we change the _verifier_ in the.kitchen.yml
and its convention (according to this one example: https://github.com/chef/inspec/tree/master/examples/test-kitchen/test/integration/default) uses the entire default test suite directory instead of sub-directory.The text was updated successfully, but these errors were encountered: