1.should.be == 1; 1.should.not.be == 2; 1.should.be in [1, 2, 3]; 4.should.not.be in [1, 2, 3];
See Implementation