inspec/docs/shared/matcher_include.md.erb
2016-09-22 15:23:21 +02:00

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' }`.