add toHaveBeenCalledTimes matcher

Fix #853
This commit is contained in:
Kevin
2015-05-31 16:49:55 -05:00
committed by Gregg Van Hove
parent 50944fea6f
commit a6a1962924
3 changed files with 112 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ getJasmineRequireObj().requireMatchers = function(jRequire, j$) {
'toEqual',
'toHaveBeenCalled',
'toHaveBeenCalledWith',
'toHaveBeenCalledTimes',
'toMatch',
'toThrow',
'toThrowError'