Merge remote-tracking branch 'roramirez_github/develop' into check-default-modules-directory

This commit is contained in:
Rodrigo Ramírez Norambuena
2017-04-22 21:22:41 -03:00
51 changed files with 1113 additions and 199 deletions

View File

@@ -63,8 +63,8 @@ describe("'global.root_path' set in js/app.js", function() {
});
it("should expect the global.version equals package.json file", function() {
version_package = JSON.parse(fs.readFileSync("package.json", "utf8")).version;
expect(this.sandbox.global.version).to.equal(version_package);
versionPackage = JSON.parse(fs.readFileSync("package.json", "utf8")).version;
expect(this.sandbox.global.version).to.equal(versionPackage);
});
});