mirror of
https://github.com/inspec/inspec
synced 2025-02-16 22:18:38 +00:00
Merge pull request #1710 from chef/dr/doc-other-tools
document reference to other tools
This commit is contained in:
commit
8c42d3ec53
2 changed files with 8 additions and 2 deletions
|
@ -308,6 +308,10 @@ Tutorials/Blogs/Podcasts:
|
|||
|
||||
* http://inspec.io/tutorials/
|
||||
|
||||
Relationship to other tools (RSpec, Serverspec):
|
||||
|
||||
* http://inspec.io/docs/reference/inspec_and_friends/
|
||||
|
||||
## Share your Profiles
|
||||
|
||||
You may share your InSpec Profiles in the [Tools & Plugins section](https://supermarket.chef.io/tools-directory) of the [Chef Supermarket](https://supermarket.chef.io/). [Sign in](https://supermarket.chef.io/sign-in) and [add the details of your profile](https://supermarket.chef.io/tools/new).
|
||||
|
|
|
@ -42,7 +42,7 @@ end
|
|||
|
||||
## Serverspec
|
||||
|
||||
Serverspec can be credited as the first extension of RSpec that enabled
|
||||
Serverspec is the first extension of RSpec that enabled
|
||||
users to run RSpec tests on servers to verify deployed artifacts. It was
|
||||
created in March 2013 by Gosuke Miyashita and has been widely adopted.
|
||||
It is also one of the core test frameworks within test-kitchen and has
|
||||
|
@ -60,7 +60,9 @@ Lessons learned from Serverspec include:
|
|||
* Support for Windows is a first-class requirement.
|
||||
* A command line interface (CLI) is required for faster iteration of test code.
|
||||
|
||||
### How is InSpec different than Serverspec
|
||||
You can also watch this [podcast](http://foodfightshow.org/2016/02/inspec.html) to find out more on the relationship of InSpec and Serverspec.
|
||||
|
||||
### How is InSpec different from Serverspec
|
||||
|
||||
One of the key differences is that InSpec targets more user groups. It
|
||||
is optimized for DevOps, Security, and Compliance professionals.
|
||||
|
|
Loading…
Add table
Reference in a new issue