none
Assert that no elements in an array satisfy the condition.
Examples
Ensure no X11-related packages are installed:
packages.none(name == /^x(org|server|11)/i)
none
Assert that no elements in an array satisfy the condition.
Ensure no X11-related packages are installed:
packages.none(name == /^x(org|server|11)/i)