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:
parent
eec07a5306
commit
f1ecfbb491
1 changed files with 1 additions and 1 deletions
|
@ -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({
|
||||
|
|
Loading…
Add table
Reference in a new issue