mirror of
https://github.com/inspec/inspec
synced 2024-11-13 08:27:08 +00:00
1 line
284 B
Text
1 line
284 B
Text
Use the `be` matcher to use a comparison operator---`=` (equal to), `>` (greater than), `<` (less than), `>=` (greater than or equal to), and `<=` (less than or equal to)---to compare two values: `its('value') { should be >= value }`, `its('value') { should be < value }`, and so on.
|