diff --git a/README.md b/README.md index 289c6314c..8c7bcd4f0 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/docs/inspec_and_friends.md b/docs/inspec_and_friends.md index 8982eebc4..f4bc71af1 100644 --- a/docs/inspec_and_friends.md +++ b/docs/inspec_and_friends.md @@ -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.