Setup createSpy in all specs where needed and finish renaming params

Signed-off-by: Elenore Bastian <ebastian@pivotal.io>
This commit is contained in:
Gregg Van Hove
2018-01-22 14:21:52 -08:00
committed by Elenore Bastian
parent 038ab87252
commit 414e03bded
4 changed files with 11 additions and 5 deletions

View File

@@ -304,6 +304,7 @@ describe("SpyRegistry", function() {
global = new FakeWindow(),
spyRegistry = new jasmineUnderTest.SpyRegistry({
currentSpies: function() { return spies; },
createSpy: createSpy,
global: global
});