Open kailunshi opened 11 years ago
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.
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.