_ includes
View Source
Assert provided items contain given item.
Arguments
 |
Type |
Description |
$@ |
Array |
Collection of items to search |
$1 |
String |
Item to search for |
Return Values
 |
Description |
0 |
Item was found |
1 |
Item was not found |
2 |
Argument error |
Example
View Spec