it('should be true', function() {
return true.should.eql(true);
});
return it('should be true too', function() {
return true.should.eql(true);
});
return voice = 'good';
return voice.should.eql('good');
return true.should.eql(true);
return true.should.eql(true);
return true.should.eql(true);