Correctly expost spyOnAllFunctions

- See #1581
This commit is contained in:
Gregg Van Hove
2018-08-14 17:11:05 -07:00
parent 7205d07c67
commit afa18e554c
3 changed files with 10 additions and 2 deletions

View File

@@ -237,7 +237,7 @@ getJasmineRequireObj().interface = function(jasmine, env) {
/**
* Installs spies on all writable and configurable properties of an object.
* @name spyOnProperty
* @name spyOnAllFunctions
* @function
* @global
* @param {Object} obj - The object upon which to install the {@link Spy}s