mirror of
https://github.com/inspec/inspec
synced 2024-11-26 22:50:36 +00:00
Update docs-chef-io/content/inspec/matchers.md
Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
This commit is contained in:
parent
0e5a1eb138
commit
de2b1de596
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue