Browse Source

Trying to fix travis still

pull/795/head
jlukic 11 years ago
parent
commit
36c9f7e1f9
1 changed files with 1 additions and 1 deletions
  1. 2
      test/helpers/jasmine-sinon.js

2
test/helpers/jasmine-sinon.js

@ -240,7 +240,7 @@
createMatcher = function(sinonName, jasmineName) {
var original;
if(jasmineRequire === undefined) {
if(typeof jasmineRequire !== 'object') {
return;
}
original = jasmineRequire[jasmineName];

Loading…
Cancel
Save