kailunshi opened this issue 12 years ago · 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.