inspec/docs/shared/matcher_include.md.erb

2 lines
122 B
Text
Raw Normal View History

2016-09-22 12:43:57 +00:00
Use the `include` matcher to verify that a string value is included in a list: `its('list') { should include 'string' }`.