From babbf71dd10c836ff36c16914f72005e78e954e9 Mon Sep 17 00:00:00 2001 From: Dominik Richter Date: Mon, 26 Sep 2016 05:09:30 +0200 Subject: [PATCH] add intro to inspec and friends --- docs/inspec_and_friends.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/inspec_and_friends.md b/docs/inspec_and_friends.md index 097635023..8982eebc4 100644 --- a/docs/inspec_and_friends.md +++ b/docs/inspec_and_friends.md @@ -4,6 +4,9 @@ title: InSpec and friends # InSpec and friends +This page looks at projects that are similar to InSpec to explain how they +relate to each other. + ## RSpec RSpec is an awesome framework that is widely used to test Ruby code. It @@ -37,7 +40,7 @@ control "sshd-11" do end ``` - ## Serverspec +## Serverspec Serverspec can be credited as the first extension of RSpec that enabled users to run RSpec tests on servers to verify deployed artifacts. It was