mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
add intro to inspec and friends
This commit is contained in:
parent
98c8f35a60
commit
babbf71dd1
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue