Im trying to implement testing across the boards for my Ember app. I currently have both Jasmine and QUnit semi running trying to determine the best path for our team. I know ember-testing is on the horizon and hopefully will bring a more standard way of testing. In the meantime…
Im trying to test an Ember.Mixin. Does anyone have any insight on how to test these in isolation?