diff --git a/spec/core/matchers/toHaveBeenCalledWithSpec.js b/spec/core/matchers/toHaveBeenCalledWithSpec.js index 96f52158..25b08d2a 100644 --- a/spec/core/matchers/toHaveBeenCalledWithSpec.js +++ b/spec/core/matchers/toHaveBeenCalledWithSpec.js @@ -3,7 +3,7 @@ describe("toHaveBeenCalledWith", function() { var util = { contains: j$.createSpy('delegated-contains').andReturn(true) }, - matcher = j$.matchers.toHaveBeenCalledWith(util) + matcher = j$.matchers.toHaveBeenCalledWith(util), calledSpy = j$.createSpy('called-spy'), result;