mirror of
https://github.com/inspec/inspec
synced 2024-12-02 17:40:00 +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' }`.
|