try {
        assert.fileContent('package.json', '"name": "test"')
        assert.fileContent('package.json', '"description": "test"')
        assert.fileContent('package.json', '"url": "git+ssh://git@github.com/kkemple/test.git"')
        assert.fileContent('package.json', '"url": "https://github.com/kkemple/test/issues"')