mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
2 lines
122 B
Text
2 lines
122 B
Text
|
Use the `include` matcher to verify that a string value is included in a list: `its('list') { should include 'string' }`.
|