add intro to inspec and friends

This commit is contained in:
Dominik Richter 2016-09-26 05:09:30 +02:00
parent 98c8f35a60
commit babbf71dd1

View file

@ -4,6 +4,9 @@ title: InSpec and friends
# 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
RSpec is an awesome framework that is widely used to test Ruby code. It RSpec is an awesome framework that is widely used to test Ruby code. It
@ -37,7 +40,7 @@ control "sshd-11" do
end end
``` ```
## Serverspec ## Serverspec
Serverspec can be credited as the first extension of RSpec that enabled 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 users to run RSpec tests on servers to verify deployed artifacts. It was