RailsCasts Pro episodes are now free!

Learn more or hide this

Aaron McLeod's Profile

GitHub User: agmcleod

Site: http://agmprojects.com

Comments by Aaron McLeod

Avatar

I've been using jasmine on a project. It's quite nice, and works pretty well. Though ive had problems when the code im testing uses jQuery. For example, i've had to switch $.each() to use a for loop instead because it couldnt recognize the window.$ function.