I would expect each of these assertions to pass: ``` expect $(false) to_be_false expect $(false) not to_be_true expect $(true) to_be_true expect $(true) not to_be_false ``` however `expect $(false) not to_be_true` fails.