Merge pull request #31 from gberger42/master

Update README to fix header number
This commit is contained in:
JR Boyens 2013-08-06 17:19:50 -07:00
commit 7b9130b70c

View File

@ -122,7 +122,7 @@ Now that you've defined some test responses and installed the mock, you need to
Now for all the specs in this example group, whenever an Ajax response is sent, it will use the `TestResponses.search.success` object defined in your test responses to build the XMLHttpRequest object.
### 4. Inspect Ajax requests ###
### 5. Inspect Ajax requests ###
Putting it all together, you can install the mock, pass some spies as callbacks to your search object, and make expectations about the expected behavior.
describe("FoursquareVenueSearch", function() {