test.network

This commit is contained in:
Manuel Araoz 2014-03-21 19:25:17 -03:00
parent 6f1b60e562
commit c7e23fc2ed
1 changed files with 1 additions and 1 deletions

View File

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