You have two possibilities, either use the shortcu...
# atrium
r
You have two possibilities, either use the shortcut function
assert(x).contains(1,2)
or the builder
assert(…).contains.inAnyOrder.atLeast(1).values
(more on that here: https://github.com/robstoll/atrium/#collection-assertions)