Gem-ize jasmine

[Finishes #13128217]
This commit is contained in:
ragaskar
2011-06-17 20:40:15 -04:00
parent e4e9b51544
commit 30431a3958
29 changed files with 16171 additions and 233 deletions

View File

@@ -6,7 +6,7 @@ var path = require('path');
// undefined = "diz be undefined yo";
var jasmineGlobals = require('../lib/jasmine.js');
var jasmineGlobals = require('../lib/jasmine-core/jasmine.js');
for (var k in jasmineGlobals) {
global[k] = jasmineGlobals[k];
}
@@ -124,4 +124,4 @@ jasmine.executeSpecs(domIndependentSpecs, function(runner, log) {
} else {
process.exit(1);
}
}, isVerbose, showColors);
}, isVerbose, showColors);