This spec-code ``` js var methodTest = sinon.stub(); methodTest('y'); methodTest.should.have.been.calledOnce .and.calledWith('y'); ``` causes ``` ✖ validates each validation Chrome 43.0.2357 (Mac OS X 10.9.5) TypeError: Cannot read property 'and' of undefined ``` with `karma@0.13` version. ## I've created simple project for bug repro: https://github.com/AlexKVal/karma-test `master` branch uses `karma@0.13` and causes test fail karma13 https://travis-ci.org/AlexKVal/karma-test/builds/71240835 <img width="748" alt="screen shot 2015-07-16 at 3 12 23 pm" src="https://cloud.githubusercontent.com/assets/847572/8722468/af4240de-2bcd-11e5-933c-0a8e855c5586.png"> https://github.com/AlexKVal/karma-test/tree/karma12 branch uses `karma@0.12` version and works fine karma12 https://travis-ci.org/AlexKVal/karma-test/builds/71240954 <img width="418" alt="screen shot 2015-07-16 at 3 05 59 pm" src="https://cloud.githubusercontent.com/assets/847572/8722475/c24d7fcc-2bcd-11e5-938a-0230fb55a677.png">
This spec-code
causes
with
[email protected]version.I've created simple project for bug repro:
https://github.com/AlexKVal/karma-test
masterbranch uses[email protected]and causes test failkarma13 https://travis-ci.org/AlexKVal/karma-test/builds/71240835
https://github.com/AlexKVal/karma-test/tree/karma12 branch uses

[email protected]version and works finekarma12 https://travis-ci.org/AlexKVal/karma-test/builds/71240954