chef-boneyard/minitest-chef-handler

Group must_include fails to match members if the order is incorrect.

kailunshi opened this issue · 0 comments

group("admin").must_include(['aaa', 'bbb']) is different from group("admin").must_include(['bbb', 'aaa'])

If the first one returns true, the second one will return false.