jasmine: fix copypasta

This commit is contained in:
Rico Sta. Cruz 2015-10-30 19:35:10 +11:00
parent 3d67b23fc1
commit a5eac65805
1 changed files with 2 additions and 2 deletions

View File

@ -61,8 +61,8 @@ layout: default
stub = jasmine.createSpy('stub')
stub("hello")
expect(whatAmI.identity).toEqual("stub")
expect(whatAmI).toHaveBeenCalled()
expect(stub.identity).toEqual("stub")
expect(stub).toHaveBeenCalled()
### Async