From de2b1de59693b7c4023799833a8631fe2c3bcf65 Mon Sep 17 00:00:00 2001 From: Deepa Kumaraswamy Date: Fri, 10 Jun 2022 18:32:34 +0530 Subject: [PATCH] Update docs-chef-io/content/inspec/matchers.md Co-authored-by: Ian Maddaus --- docs-chef-io/content/inspec/matchers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-chef-io/content/inspec/matchers.md b/docs-chef-io/content/inspec/matchers.md index 45b887a77..b11034712 100644 --- a/docs-chef-io/content/inspec/matchers.md +++ b/docs-chef-io/content/inspec/matchers.md @@ -11,7 +11,7 @@ gh_repo = "inspec" weight = 40 +++ -Chef InSpec includes **Matchers** testing framework inherited from **RSpec**, a unit test framework for the Ruby programming language. The following testing framework compares resource values to expectations: +Chef InSpec uses **matchers**, a testing framework based on [RSpec](https://rspec.info/), to help compare resource values to expectations. The following matches are available: - [`be`](#be) - makes numeric comparisons. - [`be_in`](#be_in) - looks for the property value in a list.