update directory sync

This commit is contained in:
2016-06-01 03:57:17 +02:00
parent f4f60a685d
commit 09d96fd94c
8 changed files with 96 additions and 63 deletions

View File

@@ -27,7 +27,9 @@ describe("smartssh",function(){
}));
});
it("should return an array of sshKeys",function(){
testSshInstance.getKeys();
let sshKeyArray = testSshInstance.sshKeys;
sshKeyArray.should.be.Array();
sshKeyArray[0].host.should.equal("gitlab.com");
});
})
})