Add back in forgotten 'env' to Env integration specs

As pointed out by @jdmarshall. Fixes #399
This commit is contained in:
Sheel Choksi
2013-07-07 21:01:53 -07:00
parent ec7d58fce0
commit ccdcb293f4

View File

@@ -191,7 +191,8 @@ describe("Env integration", function() {
// TODO: something is wrong with this spec
it("should report as expected", function(done) {
var reporter = jasmine.createSpyObj('fakeReporter', [
var env = new j$.Env(),
reporter = jasmine.createSpyObj('fakeReporter', [
"jasmineStarted",
"jasmineDone",
"suiteStarted",