lib/jasmine/spec/suites/SpecRunningSpec.js in evergreen-0.1 vs lib/jasmine/spec/suites/SpecRunningSpec.js in evergreen-0.2.0
- old
+ new
@@ -1116,10 +1116,10 @@
});
});
disabledSuite.execute();
- expect(spy).wasNotCalled();
+ expect(spy).not.toHaveBeenCalled();
});
it('#explodes should throw an exception when it is called inside a spec', function() {
var exceptionMessage = false;
var anotherSuite = env.describe('Spec', function () {