now has .git

This commit is contained in:
2016-02-23 08:48:41 +01:00
parent e4ef9bf97a
commit 3c9dd787b3
9 changed files with 25 additions and 16 deletions

View File

@@ -28,6 +28,10 @@ describe("projectinfo",function(){
myNpm
.should.have.property("license","MIT");
});
it("should have .git",function(){
myNpm.git.httpsUrl
.should.equal("https://github.com/someuser/somerepo.git");
});
});