Testing an Ember.js App
When developing in Rails, I preferred TDD and wanted to apply the same approach to an Ember.js project. Although Ember uses QUnit, initial setup proved challenging. After discovering Jo Liss's presentation on testing Ember apps, I adopted Konacha, a testing framework built for Rails that combines Mocha and Chai.