Update docs-chef-io/content/inspec/matchers.md

Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
This commit is contained in:
Deepa Kumaraswamy 2022-06-10 18:32:34 +05:30 committed by Ian Maddaus
parent 0e5a1eb138
commit de2b1de596

View file

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