Skip to content

Commit

Permalink
Fix inspec profile doc URL in README
Browse files Browse the repository at this point in the history
Signed-off-by: James Stocks <[email protected]>
  • Loading branch information
James Stocks committed Mar 5, 2018
1 parent be4c6bc commit 0a4e323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ If you need support with other testing frameworks, we recommend to place the tes

### Use remote InSpec profiles

In case you want to reuse tests across multiple cookbooks, they should become an extra artifact independent of a Chef cookbook, call [InSpec profiles](https://github.com/chef/inspec/blob/master/docs/profiles.rst). Those can be easiliy added to existing local tests as demonstrated in previous sections. To include remote profiles, adapt the `verifier` attributes in `.kitchen.yml`
In case you want to reuse tests across multiple cookbooks, they should become an extra artifact independent of a Chef cookbook, called [InSpec profiles](https://github.com/chef/inspec/blob/master/docs/profiles.md). Those can be easiliy added to existing local tests as demonstrated in previous sections. To include remote profiles, adapt the `verifier` attributes in `.kitchen.yml`

```yaml
suites:
Expand Down

0 comments on commit 0a4e323

Please sign in to comment.