0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Fixing config unit test for Windows

This commit is contained in:
Hannah Wolfe 2014-02-24 16:39:07 +00:00
parent eec07a5306
commit f1ecfbb491

View file

@ -135,7 +135,7 @@ describe('Config', function () {
});
it('should allow specific properties to be user defined', function () {
var contentPath = config().paths.appRoot + '/otherContent/',
var contentPath = path.join(config().paths.appRoot, 'otherContent', '/'),
configFile = 'configFileDanceParty.js';
configUpdate({