Testing Ajax With Jasmine & Zepto

As I’m working on building NextBus I’m striving to have as much test coverage as possible especially for front-end code. Since I have previous experience using Jasmine from my summer internship and Zepto fits very well with my needs for this project I’ve had to rely on additional modifications to the excellent mock-ajax extension for Jasmine provided by Pivotal Labs. I found this pull request solved my Zepto compatibility issue.