Software Development Videos and Tutorials: Java, .NET, Ruby, Python, JavaScript, Agile, Software Testing
 
Testing JavaScript in Rails with Jasmine

Testing JavaScript in Rails with Jasmine

This video shows how to use Jasmine to test JavaScript in your Rails applications. Jasmine is a Behavior-Driven Development (BDD) framework for testing your JavaScript code. It does not depend on any other JavaScript frameworks. It does not require a DOM. And it has a clean, obvious syntax so that you can easily write tests.