Merge remote-tracking branch 'roramirez_github/develop' into defaultModules-set

This commit is contained in:
Rodrigo Ramírez Norambuena
2017-04-13 23:43:07 -03:00
45 changed files with 1050 additions and 93 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);
});
});