Merge branch 'master' of git@github.com:pivotal/jasmine into HEAD
This commit is contained in:
@@ -309,7 +309,7 @@ Here are a few examples:
|
||||
|
||||
it('should spy on Klass#methodWithCallback') {
|
||||
var callback = Jasmine.createSpy();
|
||||
Klass.method(callback);
|
||||
Klass.methodWithCallback(callback);
|
||||
|
||||
expect(callback).wasCalledWith('foo');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user