I had been using ServerSpec for my integration testing with Chef.
Since ServerSpec is "deprecated" and InSpec is supported by Chef, I've change to use only InSpec, which is also supported in Puppet.
However I'm not 100% sure is InSpec is the best tool for integration testing with Puppet. Is there a better or more recommended solution?
How can I use inspec with Puppet?