Category: Software, github

TLDR; use Inspec instead of Serverspec. For those of you that do not know, Serverspec is a testing framework used for testing server configurations in Chef. Tests are written in Ruby.

Related Articles