Skip to content

Commit

Permalink
Merge pull request velesin#43 from mbrochh/readme_typo
Browse files Browse the repository at this point in the history
Fixed typo in README.markdown
  • Loading branch information
velesin committed Mar 27, 2012
2 parents ecfbce9 + d7fb9cb commit 3613008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ These two methods do not have global short cut functions.
## Event Spies

Spying on jQuery events can be done with `spyOnEvent` and
`assert(eventName).toHaveBeenTriggeredOn(selector)`. First, spy on the event:
`expect(eventName).toHaveBeenTriggeredOn(selector)`. First, spy on the event:

spyOnEvent($('#some_element'), 'click');
$('#some_element').click();
Expand Down

0 comments on commit 3613008

Please sign in to comment.