jasmine: fix copypasta
This commit is contained in:
parent
3d67b23fc1
commit
a5eac65805
|
@ -61,8 +61,8 @@ layout: default
|
||||||
stub = jasmine.createSpy('stub')
|
stub = jasmine.createSpy('stub')
|
||||||
stub("hello")
|
stub("hello")
|
||||||
|
|
||||||
expect(whatAmI.identity).toEqual("stub")
|
expect(stub.identity).toEqual("stub")
|
||||||
expect(whatAmI).toHaveBeenCalled()
|
expect(stub).toHaveBeenCalled()
|
||||||
|
|
||||||
### Async
|
### Async
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue