test.network

This commit is contained in:
Manuel Araoz 2014-03-21 19:25:17 -03:00
commit c7e23fc2ed

View file

@ -15,7 +15,7 @@ describe('Network service', function() {
it('should return 2', function() { it('should return 2', function() {
network.f().should.equal(2); network.f().should.equal(2);
}); });
it('should', function() {}); it('can start a tx signing request', function() {});
it('should', function() {}); it('should', function() {});
}); });