reference docs to other tools in readme

Signed-off-by: Dominik Richter <dominik.richter@gmail.com>
This commit is contained in:
Dominik Richter 2017-04-25 15:39:16 +02:00
parent 9252b61682
commit ec05c16797
2 changed files with 6 additions and 2 deletions

View file

@ -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 &amp; 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).

View file

@ -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,7 @@ 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
### 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.