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