test: remove version

This commit is contained in:
Guillermo Rauch
2012-12-08 20:09:24 -03:00
parent b59234e508
commit 2da017fde8

View File

@@ -1,10 +1,6 @@
describe('engine.io-client', function () {
it('should expose version number', function () {
expect(eio.version).to.match(/[0-9]+\.[0-9]+\.[0-9]+/);
});
it('should expose protocol number', function () {
expect(eio.protocol).to.be.a('number');
});